SF.net SVN: postfixadmin:[637] trunk/common.php
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2009-04-19 18:48:46
|
Revision: 637 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=637&view=rev Author: GingerDog Date: 2009-04-19 18:48:35 +0000 (Sun, 19 Apr 2009) Log Message: ----------- common.php: remove redundant check Modified Paths: -------------- trunk/common.php Modified: trunk/common.php =================================================================== --- trunk/common.php 2009-04-19 11:43:49 UTC (rev 636) +++ trunk/common.php 2009-04-19 18:48:35 UTC (rev 637) @@ -43,9 +43,6 @@ 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"); - } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |