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

improve error message

This commit is contained in:
David Goodwin 2019-01-01 20:38:07 +00:00
parent 8798a65a06
commit 2b31e71d5c

View File

@ -65,7 +65,7 @@ require_once("$incpath/config.inc.php");
if (isset($CONF['configured'])) {
if ($CONF['configured'] == false) {
die("Please edit config.local.php - change \$CONF['configured'] to true after setting your database settings");
die("Please edit config.local.php - change \$CONF['configured'] to true after specifying appropriate local settings (database_type etc)");
}
}