diff -r 3e73e4996d64 -r c08670a77871 includes/common.php --- 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') ) {