Update uri.php

This commit is contained in:
Namhyeon Go 2018-09-30 03:31:50 +09:00 committed by GitHub
parent b639d9209f
commit 6fa689b26f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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());
}
}