diff --git a/common.php b/common.php index 3ee28987..58a3a145 100644 --- a/common.php +++ b/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"); } }