diff --git a/config.php b/config.php index 8bf37c5..bf953ed 100644 --- a/config.php +++ b/config.php @@ -162,7 +162,6 @@ class config */ public function set ($param, $value) { -die ("Config : set DO NOT USE"); $this->selectConfFile (); if (!array_key_exists ($param, $this->default)) throw new Exception ("Unknown parameter '$param'", 500); @@ -209,7 +208,6 @@ die ("Config : set DO NOT USE"); */ private function writePHP ($values, $phpcode, $indent) { -die ("Config : writePHP DO NOT USE"); foreach ($values as $key=>$val) { $phpcode .= str_pad (" ", $indent);