From 6fa689b26fdfb604e19bfbcff0a7e79290d8ca55 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 30 Sep 2018 03:31:50 +0900 Subject: [PATCH] Update uri.php --- system/uri.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/uri.php b/system/uri.php index e48891c..b00db51 100644 --- a/system/uri.php +++ b/system/uri.php @@ -38,7 +38,8 @@ if(!function_exists("read_requests")) { $httpencrypt = strtolower(get_value_in_array("httpencrypt", $config, "")); if($httpencrypt == "jcryption") { if(loadHelper("jcryption.lnk")) { - eval(get_jcryption_code()); + jcryption_load(); + eval(jcryption_get_code()); } }