Create isemail.lnk.php
This commit is contained in:
parent
e6fbfb5df4
commit
ff48cb9af1
12
helper/isemail.lnk.php
Normal file
12
helper/isemail.lnk.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* @file isemail.lnk.php
|
||||
* @date 2018-03-02
|
||||
* @author Go Namhyeon <gnh1201@gmail.com>
|
||||
* @brief IsEmail library linker
|
||||
*/
|
||||
|
||||
$inc_file = "./vendor/isemail/is_email.php";
|
||||
if(file_exists($inc_file)) {
|
||||
include($inc_file);
|
||||
}
|
Loading…
Reference in New Issue
Block a user