tbrehm
2010-06-29 2a704f6cfc90c5cb0c037bffea0f70cad358a829
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';
?>