From bd36f645c39b0c2acf7ef99ff34a1b69c1607192 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Wed, 07 Sep 2011 09:30:42 -0400 Subject: [PATCH] Fixed: FS#1696 - Possible problem with chrooted cronjobs. --- install/tpl/config.inc.php.master | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index 346b7fb..8370270 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -56,7 +56,8 @@ //** Application define('ISPC_APP_TITLE', 'ISPConfig'); -define('ISPC_APP_VERSION', '3.0.3'); +define('ISPC_APP_VERSION', '3.0.3.3'); +define('DEVSYSTEM', 0); //** Database @@ -113,6 +114,7 @@ $conf['app_link'] = 'http://www.ispconfig.org/'; $conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help'; $conf['server_id'] = '{server_id}'; +$conf['init_scripts'] = '/etc/init.d'; //** Interface @@ -142,7 +144,6 @@ $conf['html_content_encoding'] = 'utf-8'; // example: utf-8, iso-8859-1, ... $conf['logo'] = 'themes/default/images/ispc_logo.png'; - //** Default Language $conf['language'] = '{language}'; $conf['debug_language'] = false; @@ -155,7 +156,6 @@ //** Auto Load Modules $conf['start_db'] = true; $conf['start_session'] = true; - //** Constants define('LOGLEVEL_DEBUG',0); -- Gitblit v1.9.1