Create isemail.lnk.php

This commit is contained in:
Namhyeon Go 2018-03-21 11:10:51 +09:00 committed by GitHub
parent e6fbfb5df4
commit ff48cb9af1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
helper/isemail.lnk.php Normal file
View 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);
}