From ad556454a4e9d92010cbe430a643edab36503bdc Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 3 Aug 2016 08:15:38 +0000 Subject: [PATCH] config : better error message git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@2983 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index b35be42..aa78063 100644 --- a/config.php +++ b/config.php @@ -70,7 +70,7 @@ class config { $this->selectConfFile (); if (!array_key_exists ($param, $this->default)) - throw new Exception ("Unknown parameter '$param'", 500); + throw new Exception ("Unknown configuration parameter '$param'", 500); if (!file_exists ($this->confFile)) { if (@file_put_contents ($this->confFile,