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