From 8c6219b29a2e3224d6d321658abd075cdf6de612 Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Mon, 23 May 2011 17:28:48 -0400
Subject: [PATCH] Extend comments

---
 interface/lib/config.inc.local.php |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/interface/lib/config.inc.local.php b/interface/lib/config.inc.local.php
index 492ec50..bbc199c 100644
--- a/interface/lib/config.inc.local.php
+++ b/interface/lib/config.inc.local.php
@@ -4,7 +4,11 @@
 
 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.  
+
+** Check your config before using in production. **
 
 */
 
@@ -24,6 +28,6 @@
 // $conf['language'] = 'en';
 
 // $conf['interface_logout_url'] = 'http://www.mycompany.com';
-*/
+
 
 ?>
\ No newline at end of file

--
Gitblit v1.9.1