common.php: remove redundant check

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@637 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 15 years ago
parent f3f2fc3d6a
commit 1adebfbe03

@ -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");
}
}

Loading…
Cancel
Save