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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user