From 777a1d2aa0e1cb6dbff3c3ff21a77335b5f52dcf Mon Sep 17 00:00:00 2001 From: latham <latham@ispconfig3> Date: Mon, 23 May 2011 18:28:01 -0400 Subject: [PATCH] Small fixes.. --- interface/lib/config.inc.local.php | 38 +++++++++++++++++++++++--------------- 1 files changed, 23 insertions(+), 15 deletions(-) diff --git a/interface/lib/config.inc.local.php b/interface/lib/config.inc.local.php index 525a12b..bbc199c 100644 --- a/interface/lib/config.inc.local.php +++ b/interface/lib/config.inc.local.php @@ -1,25 +1,33 @@ <?php /* + Example local config. Here you can add your own custom settings to override the defaults. These will also be -protected from updates. +protected from updates. This is added at the end of the +config.inc.php to allow you to override settings. Be +careful as this can override settings for the database. -$conf['app_title'] = "My Web Hosting"; -$conf['app_version'] = "2.0"; -$conf['app_link'] = 'http://www.mycompany.com'; -$conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help'; +** Check your config before using in production. ** -$conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools'; - -$conf['software_updates_enabled'] = false; - -$conf['theme'] = 'mycustom_theme'; // Must be installed. -$conf['logo'] = 'themes/default/images/ispc_logo.png'; - -$conf['language'] = 'en'; - -$conf['interface_logout_url'] = 'http://www.mycompany.com'; */ + +// $conf['app_title'] = "My Web Hosting"; +// $conf['app_version'] = "2.0"; +// $conf['app_link'] = 'http://www.mycompany.com'; +// $conf['modules_available'] = 'dashboard,admin,mail,sites,monitor,client,dns,help'; + +// $conf['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools'; + +// $conf['software_updates_enabled'] = false; + +// $conf['theme'] = 'mycustom_theme'; // Must be installed. +// $conf['logo'] = 'themes/default/images/ispc_logo.png'; + +// $conf['language'] = 'en'; + +// $conf['interface_logout_url'] = 'http://www.mycompany.com'; + + ?> \ No newline at end of file -- Gitblit v1.9.1