Update metaparser.lnk.php

This commit is contained in:
Namhyeon Go 2018-09-24 01:11:29 +09:00 committed by GitHub
parent 1a9a5042ca
commit 621c42ae86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,5 +7,10 @@
*/
if(!class_exists("MetaParser")) {
loadVendor("PHP-MetaParser/MetaParser.class");
$usenames = array(
"PHP-MetaParser/MetaParser.class"
);
foreach($usenames as $name) {
include("./vendor/" . $name . ".php");
}
}