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