From 6fa780dbcc003a47fa628b95d18e38baf87f28b1 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 13 Oct 2019 19:59:32 +0900 Subject: [PATCH] Update config.php --- system/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config.php b/system/config.php index 6625133..28536ba 100644 --- a/system/config.php +++ b/system/config.php @@ -16,7 +16,7 @@ if(!check_function_exists("read_config")) { if(check_file_extension($file, "ini.php", array("multiple" => true))) { $str = include($file); - if(version_compare(phpversion(), "5.3.0", "<")) { + if(version_compare(phpversion(), "5.3.0", "<")) { // below 5.3.0 $ini = parse_ini_file(write_storage_file($str, array( "extension" => "ini" )));