config.inc.php: add setup_password

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@615 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 15 years ago
parent 96985c965f
commit b4dfc638f5

@ -27,9 +27,12 @@ if (ereg ("config.inc.php", $_SERVER['PHP_SELF']))
* 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.

Loading…
Cancel
Save