PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
scp
<?php /********************************************************************* settings.php Handles all admin settings. Peter Rotich <peter@osticket.com> Copyright (c) 2006-2013 osTicket http://www.osticket.com Released under the GNU General Public License WITHOUT ANY WARRANTY. See LICENSE.TXT for details. vim: expandtab sw=4 ts=4 sts=4: **********************************************************************/ require('admin.inc.php'); $errors=array(); $settingOptions=array( 'system' => array(__('System Settings'), 'settings.system'), 'tickets' => array(__('Ticket Settings and Options'), 'settings.ticket'), 'tasks' => array(__('Task Settings and Options'), 'settings.tasks'), 'agents' => array(__('Agent Settings and Options'), 'settings.agents'), 'users' => array(__('User Settings and Options'), 'settings.users'), 'pages' => array(__('Site Pages'), 'settings.pages'), 'kb' => array(__('Knowledgebase Settings'), 'settings.kb'), ); //Handle a POST. $target=(isset($_REQUEST['t']) && $settingOptions[$_REQUEST['t']])?$_REQUEST['t']:'system'; $page = false; if (isset($settingOptions[$target])) $page = $settingOptions[$target]; if($page && $_POST && !$errors) { if($cfg && $cfg->updateSettings($_POST,$errors)) { $msg=sprintf(__('Successfully updated %s.'), Format::htmlchars($page[0])); } elseif(!$errors['err']) { $errors['err'] = sprintf('%s %s', __('Unable to update settings.'), __('Correct any errors below and try again.')); } } $config=($errors && $_POST)?Format::input($_POST):Format::htmlchars($cfg->getConfigInfo()); $ost->addExtraHeader('<meta name="tip-namespace" content="'.$page[1].'" />', "$('#content').data('tipNamespace', '".$page[1]."');"); $nav->setTabActive('settings', ('settings.php?t='.$target)); require_once(STAFFINC_DIR.'header.inc.php'); include_once(STAFFINC_DIR."settings-$target.inc.php"); include_once(STAFFINC_DIR.'footer.inc.php'); ?>
[+]
..
[-] directory.php
[edit]
[-] faq.php
[edit]
[-] orgs.php
[edit]
[-] upgrade.php
[edit]
[-] lists.php
[edit]
[-] ajax.php
[edit]
[-] banlist.php
[edit]
[-] teams.php
[edit]
[-] staff.inc.php
[edit]
[-] dashboard.php
[edit]
[-] filters.php
[edit]
[-] theme.php
[edit]
[-] index.php
[edit]
[-] autocron.php
[edit]
[-] schedules.php
[edit]
[+]
apps
[-] profile.php
[edit]
[+]
js
[-] admin.inc.php
[edit]
[-] categories.php
[edit]
[-] tickets.php
[edit]
[-] audits.php
[edit]
[-] system.php
[edit]
[-] emails.php
[edit]
[-] logs.php
[edit]
[-] admin.php
[edit]
[-] plugins.php
[edit]
[-] settings.php
[edit]
[-] queues.php
[edit]
[+]
css
[-] kb.php
[edit]
[-] departments.php
[edit]
[-] logo.php
[edit]
[-] helptopics.php
[edit]
[-] emailtest.php
[edit]
[-] pages.php
[edit]
[+]
images
[-] templates.php
[edit]
[-] login.php
[edit]
[-] tasks.php
[edit]
[-] staff.php
[edit]
[-] pwreset.php
[edit]
[-] apikeys.php
[edit]
[-] forms.php
[edit]
[-] roles.php
[edit]
[-] canned.php
[edit]
[-] export.php
[edit]
[-] logout.php
[edit]
[-] emailsettings.php
[edit]
[-] users.php
[edit]
[-] slas.php
[edit]
[-] txets.php
[edit]
[-] .htaccess.disabled
[edit]