In the meantime, you can do this:
- rename inc/inc.Settings.php to inc/inc.Settings.php.test
- copy conf/conf.Settings.php to inc/inc.Settings.php
OR
in index.php file : replace
to
- rename inc/inc.Settings.php to inc/inc.Settings.php.test
- copy conf/conf.Settings.php to inc/inc.Settings.php
OR
in index.php file : replace
PHP Code:
include("inc/inc.Settings.php");
PHP Code:
include("conf/conf.Settings.php");