From d5da14b4c575e33cdaa2d32d62513b1f52e715d2 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 18 Jan 2018 01:28:42 +0900 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 2f1a070..004a507 100644 --- a/index.php +++ b/index.php @@ -17,7 +17,7 @@ ini_set("display_errors", 1); include_once('./vendor/autoload.php'); // load system files -$load_systems = array('base', 'config', 'database', 'uri'); +$load_systems = array('base', 'config', 'database', 'uri', 'logger', 'security'); foreach($load_systems as $system_name) { $system_inc_file = './system/' . $system_name . '.php'; if(file_exists($system_inc_file)) {