Update cil.php

This commit is contained in:
Namhyeon Go 2018-07-22 15:58:49 +09:00 committed by GitHub
parent 1c73f1f390
commit 71114b8f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
define("_DEF_VSPF_", true);
// define system modules
$load_systems = array("base", "storage", "config");
$load_systems = array("base", "storage", "config", "security");
// load system modules
foreach($load_systems as $system_name) {