install/index.php
changeset 938 5d9060b4253f
parent 804 4891baa203da
child 1081 745200a9cc2a
--- a/install/index.php	Fri Apr 17 20:45:35 2009 -0400
+++ b/install/index.php	Sat Apr 18 23:03:36 2009 -0400
@@ -32,6 +32,7 @@
 {
   // Is Enano installed? If so, load the config and check version info
   define('IN_ENANO_UPGRADE', 'true');
+  define('ENANO_EXIT_AFTER_CONFIG', 1);
   // common.php above calls chdir() to the ENANO_ROOT, so this loads the full Enano API.
   require('includes/common.php');
 }