Update jcryption.lnk.php

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

View File

@ -23,6 +23,8 @@ if(!function_exists("jcryption_load")) {
if(!function_exists("jcryption_get_code")) {
function jcryption_get_code() {
return "JCryption::decrypt();";
}
}
if(!function_exists("jcryption_get_jscode")) {