You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-12-05 11:22:03 +03:00
variables.inc.php:
- moved some variables from variables.inc.php to the (only) file that uses them - removed unused $escaped_string create-domain.php - target for $fDefaultaliases and $tDefaultaliases list-virtual.php - target for $tDisplay_back, $tDisplay_back_show, $tDisplay_up_show, $tDisplay_next, $tDisplay_next_show git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1134 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@@ -19,14 +19,12 @@
|
||||
*/
|
||||
|
||||
$error = "";
|
||||
$escaped_string = "";
|
||||
$quota = "";
|
||||
$vacation = "";
|
||||
$fActive = "";
|
||||
$fAddress = "";
|
||||
$fAliases = "";
|
||||
$fBackupmx = "";
|
||||
$fDefaultaliases = "";
|
||||
$fDelete = "";
|
||||
$fDescription = "";
|
||||
$fDomain = "";
|
||||
@@ -55,13 +53,7 @@ $tAddress = "";
|
||||
$tAlias = "";
|
||||
$tAliases = "";
|
||||
$tBody = "";
|
||||
$tDefaultaliases = "";
|
||||
$tDescription = "";
|
||||
$tDisplay_back = "";
|
||||
$tDisplay_back_show = "";
|
||||
$tDisplay_up_show = "";
|
||||
$tDisplay_next = "";
|
||||
$tDisplay_next_show = "";
|
||||
$tDomain = "";
|
||||
$tDomains = "";
|
||||
$tFrom = "";
|
||||
|
||||
Reference in New Issue
Block a user