diff --git a/interface/lib/config.inc.local.php b/interface/lib/config.inc.local.php
index 525a12b31774aa7082cd8042ed3aea224b903e8b..492ec50fc8949175d251c33cc3804904ab47dba5 100644
--- a/interface/lib/config.inc.local.php
+++ b/interface/lib/config.inc.local.php
@@ -1,25 +1,29 @@
 <?php
 
 /*
+
 Example local config.  Here you can add your own custom
 settings to override the defaults. These will also be
 protected from updates.
 
-$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['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['interface_modules_enabled'] = 'dashboard,mail,sites,dns,tools';
 
-$conf['software_updates_enabled'] = false;
+// $conf['software_updates_enabled'] = false;
 
-$conf['theme'] = 'mycustom_theme'; // Must be installed.
-$conf['logo'] = 'themes/default/images/ispc_logo.png';
+// $conf['theme'] = 'mycustom_theme'; // Must be installed.
+// $conf['logo'] = 'themes/default/images/ispc_logo.png';
 
-$conf['language'] = 'en';
+// $conf['language'] = 'en';
 
-$conf['interface_logout_url'] = 'http://www.mycompany.com';
+// $conf['interface_logout_url'] = 'http://www.mycompany.com';
 */
 
 ?>
\ No newline at end of file