diff --git a/config.php b/config.php index 4c8e903..2034000 100644 --- a/config.php +++ b/config.php @@ -41,6 +41,8 @@ class config $this->confFile = "./datas/configuration.php"; elseif (file_exists ("./data/configuration.php")) $this->confFile = "./data/configuration.php"; + else + $this->confFile = "./data/configuration.php"; } /** List all the parameters configurable in the software */