Browse Source
if unconfigured, recommend to edit config.local.php
... instead of config.inc.php
(idea based on comments on
7c38bdd871 )
pull/181/head
Christian Boltz
8 years ago
No known key found for this signature in database
GPG Key ID: C6A682EA63C82F1C
1 changed files with
1 additions and
1 deletions
-
common.php
|
|
|
@ -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"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|