if unconfigured, recommend to edit config.local.php

... instead of config.inc.php

(idea based on comments on
7c38bdd871 )
pull/181/head
Christian Boltz 6 years ago
parent 2eb5a7ed60
commit 05bf2d2013
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C

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

Loading…
Cancel
Save