vogelor
2010-06-10 813090c9f5b146afd56b3870ae074abf16b0ecf0
install/tpl/config.inc.php.master
@@ -113,7 +113,7 @@
//** Interface
define('ISPC_INTERFACE_MODULES_ENABLED', 'dashboard,mail,sites,dns,tools');
$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools';
//** Logging
@@ -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';
?>