\n\n"; print "Developer-only features:\n"; print " ** CAUTION! THESE FEATURES -WILL- DAMAGE YOUR INSTALL **\n"; print " php index.php package # create new installer files\n"; print " php index.php test # run unit tests\n"; exit(1); } } else { define("TEST_MODE", 0); define("VARPATH", realpath("var") . "/"); } define("TMPPATH", VARPATH . "tmp/"); if (file_exists("local.php")) { include("local.php"); } // Initialize. require APPPATH . "Bootstrap" . EXT;