Update cli.php

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

View File

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