You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?php/** * Postfix Admin * * LICENSE * This source file is subject to the GPL license that is bundled with * this package in the file LICENSE.TXT. * * Further details on the project are available at : * http://www.postfixadmin.com or http://postfixadmin.sf.net * * @version $Id$ * @license GNU GPL v2 or later. * * File: variables.inc.php * Contains varoius pre-defined variables. * * XXX Probably a hack to save having to declare variables before using them in pages. */
$error = "";$escaped_string = "";$quota = "";$vacation = "";$fActive = "";$fAddress = "";$fAliases = "";$fBackupmx = "";$fDefaultaliases = "";$fDelete = "";$fDescription = "";$fDomain = "";$fDomains = "";$fDomains[0] = "";$fFrom = "";$fGoto = "";$fHeaders = "";$fMail = "";$fMailboxes = "";$fMaxquota = "";$fName = "";$fPassword = "";$fPassword2 = "";$fQuota = "";$fSearch = "";$fTable = "";$fTransport = "";$fTo = "";$fUsername = "";$fVacation = "";$fWhere = "";$tActive = "";$tActive = "";$tAddress = "";$tAlias = "";$tAliases = "";$tBody = "";$tDefaultaliases = "";$tDescription = "";$tDisplay_back = "";$tDisplay_back_show = "";$tDisplay_up_show = "";$tDisplay_next = "";$tDisplay_next_show = "";$tDomain = "";$tDomains = "";$tFrom = "";$tGoto = "";$tLog = "";$tMailbox = "";$tMailboxes = "";$tMaxquota = "";$tMessage = " ";$tName = "";$tQuota = "";$tSubject = "";$tUsername = "";$tTransport = "";
$pAdminCreate_admin_password_text = " ";$pAdminCreate_admin_username_text = " ";$pAdminCreate_domain_defaultaliases_text = " ";$pAdminCreate_domain_domain_text = " ";$pAdminEdit_admin_password_text = " ";$pCreate_alias_address_text = " ";$pCreate_alias_goto_text = " ";$pCreate_mailbox_name_text = " ";$pCreate_mailbox_password_text = " ";$pCreate_mailbox_quota_text = " ";$pCreate_mailbox_username_text = " ";$pEdit_mailbox_password_text = " ";$pEdit_mailbox_quota_text = " ";$pEdit_mailbox_username_text = " ";$pPassword_admin_text = " ";$pPassword_password_current_text = " ";$pPassword_password_text = " ";
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
|