SF.net SVN: postfixadmin:[615] trunk/config.inc.php
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2009-04-08 20:22:40
|
Revision: 615 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=615&view=rev Author: GingerDog Date: 2009-04-08 20:15:03 +0000 (Wed, 08 Apr 2009) Log Message: ----------- config.inc.php: add setup_password Modified Paths: -------------- trunk/config.inc.php Modified: trunk/config.inc.php =================================================================== --- trunk/config.inc.php 2009-04-06 20:01:18 UTC (rev 614) +++ trunk/config.inc.php 2009-04-08 20:15:03 UTC (rev 615) @@ -27,9 +27,12 @@ * The following line needs commenting out or removing before the * application will run! * Doing this implies you have changed this file as required. + * i.e. configuring database etc; specifying setup.php password etc. */ $CONF['configured'] = false; +// In order to setup Postfixadmin, you MUST change the password below. +$CONF['setup_password'] = 'changeme'; // Postfix Admin Path // Set the location of your Postfix Admin installation here. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |