functions.php
changeset 52 ab3541465382
parent 50 1b4288399b1f
child 57 31ce64a3ff6c
--- a/functions.php	Tue Sep 23 23:31:51 2008 -0400
+++ b/functions.php	Wed Sep 24 00:18:21 2008 -0400
@@ -294,5 +294,13 @@
     else
       require(GREY_ROOT . '/config.php');
   }
+  
+  foreach ( array('public', 'allowcontrol', 'theme', 'allow_fork', 'use_auth', 'auth_data', 'configpass') as $var )
+  {
+    if ( isset($$var) )
+    {
+      $GLOBALS[$var] = $$var;
+    }
+  }
 }