From 2b31e71d5cfd4f84a8e10d3cc6e7e557c1a5748b Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 1 Jan 2019 20:38:07 +0000 Subject: [PATCH] improve error message --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 9a46cb77..05ee13c2 100644 --- a/common.php +++ b/common.php @@ -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)"); } }