From 1adebfbe03563ef4573ef95dcd1fd1b149c01304 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 19 Apr 2009 18:48:35 +0000 Subject: [PATCH] common.php: remove redundant check git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@637 a1433add-5e2c-0410-b055-b7f2511e0802 --- common.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.php b/common.php index 21cbdfe9..c548980d 100644 --- a/common.php +++ b/common.php @@ -43,9 +43,6 @@ if(isset($CONF['configured'])) { if(!isset($CONF['setup_password'])) { die("You must have a \$CONF['setup_password'] defined - this allows authenticated access to setup.php"); } - if($CONF['setup_password'] == 'changeme') { - die("You must specify a password in config.inc.php (\$CONF['setup_password']) in order to access setup.php"); - } }