From 829b76b1e4a511eae1d74e126c0a9e4d457f9f68 Mon Sep 17 00:00:00 2001 From: xaver <xaver@ispconfig3> Date: Thu, 22 Mar 2012 23:24:01 -0400 Subject: [PATCH] simplepie php 5.4 fix --- install/tpl/config.inc.php.master | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/install/tpl/config.inc.php.master b/install/tpl/config.inc.php.master index 7d2e8fc..1ac3c1e 100644 --- a/install/tpl/config.inc.php.master +++ b/install/tpl/config.inc.php.master @@ -56,7 +56,7 @@ //** Application define('ISPC_APP_TITLE', 'ISPConfig'); -define('ISPC_APP_VERSION', '3.0.3.3'); +define('ISPC_APP_VERSION', '3.0.4.3'); define('DEVSYSTEM', 0); @@ -122,7 +122,7 @@ //** Interface -$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools'; +$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools,help'; //** Demo mode /* The demo mode is an option to restrict certain actions in the interface like @@ -148,9 +148,10 @@ $conf['html_content_encoding'] = 'utf-8'; // example: utf-8, iso-8859-1, ... $conf['logo'] = 'themes/default/images/ispc_logo.png'; -//** Default Language +//** Default Language and Timezone $conf['language'] = '{language}'; $conf['debug_language'] = false; +$conf['timezone'] = '{timezone}'; //** Misc. -- Gitblit v1.9.1