includes/common.php
changeset 613 c08670a77871
parent 607 935f3799b654
child 650 e45183014778
--- a/includes/common.php	Wed Jul 09 17:38:26 2008 -0400
+++ b/includes/common.php	Wed Jul 09 17:47:57 2008 -0400
@@ -252,6 +252,11 @@
 
 profiler_log('Config fetched');
 
+if ( defined('ENANO_EXIT_AFTER_CONFIG') )
+{
+  return true;
+}
+
 // Now that we have the config, check the Enano version.
 if ( enano_version(false, true) != $version && !defined('IN_ENANO_UPGRADE') )
 {