Create metaparser.lnk.php

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

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