Update index.php

This commit is contained in:
Namhyeon Go 2018-08-24 23:49:15 +09:00 committed by GitHub
parent 59a50fe455
commit eb031bd447
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@
* @cvs http://github.com/gnh1201/reasonableframework
*/
define("_DEF_VSPF_", true);
define("_DEF_VSPF_", true); // compatible to VSPF
define("_DEF_RSF_", true); // compatible to RSF
// define system modules
$load_systems = array("base", "storage", "config", "database", "uri", "security", "logger");