setup.php:

- remove "define('POSTFIXADMIN', 1)" and inclusion of en.lang - this is 
  already done by common.php (used since r616).
  This fixes a "already defined" warning.


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@623 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Christian Boltz 15 years ago
parent 6bd6c99835
commit ac26b96152

@ -23,9 +23,6 @@
* Form POST \ GET Variables: -none-
*/
define('POSTFIXADMIN', 1); # checked in included files
require_once("languages/en.lang");
require_once('common.php');
$CONF['show_header_text'] = 'NO';

Loading…
Cancel
Save