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