fix
This commit is contained in:
parent
6998361a48
commit
91aa1af46b
|
@ -7,7 +7,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if(!check_function_exists("is_email")) {
|
if(!check_function_exists("is_email")) {
|
||||||
$inc_file = "./vendor/isemail/is_email.php";
|
$inc_file = "./vendor/_dist/isemail/is_email.php";
|
||||||
if(file_exists($inc_file)) {
|
if(file_exists($inc_file)) {
|
||||||
include($inc_file);
|
include($inc_file);
|
||||||
}
|
}
|
||||||
|
|
|
@ -25,7 +25,7 @@ if(!check_function_exists("jCryption_get")) {
|
||||||
function jCryption_get($idx=0, $selector="") {
|
function jCryption_get($idx=0, $selector="") {
|
||||||
$s = array();
|
$s = array();
|
||||||
$s[] = "JCryption::decrypt();";
|
$s[] = "JCryption::decrypt();";
|
||||||
$s[] = sprintf("$(function(){$(\"%s\").jCryption(); });", $selector);
|
$s[] = sprintf("$(function(){$(\"%s\").jCryption();});", $selector);
|
||||||
$s[] = sprintf("%s/vendor/_dist/jCryption/js/jquery.jcryption.3.1.0.js", base_url());
|
$s[] = sprintf("%s/vendor/_dist/jCryption/js/jquery.jcryption.3.1.0.js", base_url());
|
||||||
return $s[$idx];
|
return $s[$idx];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user