PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
scp
<?php /********************************************************************* emailsettings.php Handles settings for the email channel 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(); $tip_namespace = 'settings.email'; $inc = 'settings-emails.inc.php'; if ($_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="'.$tip_namespace.'" />', "$('#content').data('tipNamespace', '".$tip_namespace."');"); $nav->setTabActive('emails', 'emailsettings.php'); require_once(STAFFINC_DIR.'header.inc.php'); include_once(STAFFINC_DIR.$inc); 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]