vogelor
2010-06-10 6099604eaf462527802eca69bfa2ff6f9c9426bf
fixed a small bug in including user-defined config-files
1 files modified
3 ■■■■ changed files
install/tpl/config.inc.php.master 3 ●●●● patch | view | raw | blame | history
install/tpl/config.inc.php.master
@@ -154,6 +154,5 @@
//** IMPORTANT!!!
//** DO NOT MAKE A COPY OF THIS FILE AS LOCAL CONFIG-FILE
//** USE A EMPTY FILE AND ONLY COPY THE SETTINGS IN IT, YOU NEED TO OVERRIDE
if (is_file('config.inc.local.php')) include_once 'config.inc.local.php';
if (is_file(dirname(__FILE__) . '/config.inc.local.php')) include_once 'config.inc.local.php';
?>