1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-29 22:41:11 +03:00

common.php, scripts/postfixadmin-cli.php:

- init Lang and Config classes in common.php instead of postfixadmin-cli.php -
  they need to be available in the web interface also


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1215 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz
2011-10-17 23:37:52 +00:00
parent 4611b111e3
commit 646c790371
2 changed files with 6 additions and 6 deletions

View File

@ -225,12 +225,6 @@ class PostfixAdmin {
}
}
Config::getInstance();
Config::write($CONF);
Lang::getInstance();
Lang::write($PALANG);
return true;
}