functions.php
changeset 64 ee64bb096f56
parent 57 31ce64a3ff6c
child 69 73780a159e15
--- a/functions.php	Tue Dec 23 17:37:51 2008 -0500
+++ b/functions.php	Tue Dec 23 20:20:35 2008 -0500
@@ -290,9 +290,13 @@
     // separate from the default)
     
     if ( @is_dir(GREY_ROOT . '/.hg') )
+    {
       require(GREY_ROOT . '/config.dev.php');
+    }
     else
+    {
       require(GREY_ROOT . '/config.php');
+    }
   }
   
   foreach ( array('public', 'enable_ipv4', 'enable_ipv6', 'allowcontrol', 'theme', 'allow_fork', 'use_auth', 'auth_data', 'configpass') as $var )