diff --git a/common.php b/common.php index 3b7d91c3..627ea33f 100644 --- a/common.php +++ b/common.php @@ -16,6 +16,9 @@ * All pages should include this file - which itself sets up the necessary * environment and ensures other functions are loaded. */ + +define('POSTFIXADMIN', 1); # checked in included files + $incpath = dirname(__FILE__); (ini_get('magic_quotes_gpc') ? ini_set('magic_quotes_runtime', '0') : '1'); (ini_get('magic_quotes_gpc') ? ini_set('magic_quotes_sybase', '0') : '1'); diff --git a/templates/admin_create-admin.php b/templates/admin_create-admin.php index ebadebbd..12386da6 100644 --- a/templates/admin_create-admin.php +++ b/templates/admin_create-admin.php @@ -1,3 +1,4 @@ +