0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

common.php: remove redundant check

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@637 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
David Goodwin 2009-04-19 18:48:35 +00:00
parent f3f2fc3d6a
commit 1adebfbe03

View File

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