Update isemail.lnk.php
This commit is contained in:
parent
6a38f3f040
commit
126b9a95fd
|
@ -6,7 +6,9 @@
|
|||
* @brief IsEmail library linker
|
||||
*/
|
||||
|
||||
$inc_file = "./vendor/isemail/is_email.php";
|
||||
if(file_exists($inc_file)) {
|
||||
include($inc_file);
|
||||
if(!function_exists("is_email")) {
|
||||
$inc_file = "./vendor/isemail/is_email.php";
|
||||
if(file_exists($inc_file)) {
|
||||
include($inc_file);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user