Skip to content
Snippets Groups Projects
Commit 92301ff3 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

fix: open config.xml.default, write config.xml

parent f641d031
No related branches found
No related tags found
No related merge requests found
......@@ -289,7 +289,7 @@ class Install extends functions
private function setConfigXml()
{
$xmlconfig = simplexml_load_file('apps/maarch_entreprise/xml/config.xml');
$xmlconfig = simplexml_load_file('apps/maarch_entreprise/xml/config.xml.default');
$CONFIG = $xmlconfig->CONFIG;
$CONFIG->databaseserver = $_SESSION['config']['databaseserver'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment