diff --git a/config.php b/config.php index b26be3b..3c896a9 100644 --- a/config.php +++ b/config.php @@ -17,6 +17,13 @@ class config // the informations by adding a killing feature in // the file + /** List all the parameters configurable in the software */ + public function params () + { + return print_r ($this->default, TRUE); + + } + /** Get the value of the provided parameter recorded in .ini file If it is not set in .ini file, use the default value */ public function get ($param)