From ac26b961522a39afa1c429a647553685cd997088 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Fri, 10 Apr 2009 15:27:44 +0000 Subject: [PATCH] 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 --- setup.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.php b/setup.php index e157bcac..623b4848 100644 --- a/setup.php +++ b/setup.php @@ -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';