Update index.php

This commit is contained in:
Namhyeon Go 2019-02-20 01:13:01 +09:00 committed by GitHub
parent 652ae03468
commit f6f2bdee1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@
define("_DEF_VSPF_", true); // compatible to VSPF define("_DEF_VSPF_", true); // compatible to VSPF
define("_DEF_RSF_", true); // compatible to RSF define("_DEF_RSF_", true); // compatible to RSF
define("DOC_EOL", "\r\n"); // add common 'the end of line' expression
// define system modules // define system modules
$load_systems = array("base", "storage", "config", "database", "uri", "security", "logger"); $load_systems = array("base", "storage", "config", "database", "uri", "security", "logger");