From 9ef961a770ded23c8696e3a072b291e1ad886cdb Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Thu, 6 Dec 2007 13:03:36 +0000 Subject: [PATCH] setup.php: - added missing define('POSTFIXADMIN', 1); https://sourceforge.net/forum/message.php?msg_id=4660403 git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@258 a1433add-5e2c-0410-b055-b7f2511e0802 --- setup.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.php b/setup.php index 8916d168..2b99c19d 100644 --- a/setup.php +++ b/setup.php @@ -23,6 +23,8 @@ * Form POST \ GET Variables: -none- */ +define('POSTFIXADMIN', 1); # checked in included files + require_once("languages/en.lang"); require_once("functions.inc.php");