Update index.php
This commit is contained in:
parent
20a57f56e9
commit
ef2ce75843
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file index.php
|
||||
* @date 2018-04-13
|
||||
* @date 2018-05-27
|
||||
* @author Go Namhyeon <gnh1201@gmail.com>
|
||||
* @brief ReasonableFramework
|
||||
* @cvs http://github.com/gnh1201/reasonableframework
|
||||
|
@ -10,7 +10,7 @@
|
|||
define("_DEF_VSPF_", true);
|
||||
|
||||
// define system modules
|
||||
$load_systems = array("base", "storage", "config", "database", "uri", "logger", "misc", "security");
|
||||
$load_systems = array("base", "storage", "config", "database", "uri", "logger", "security");
|
||||
|
||||
// load system modules
|
||||
foreach($load_systems as $system_name) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user