Update metaparser.lnk.php
This commit is contained in:
parent
8bd6294df6
commit
6a38f3f040
|
|
@ -6,7 +6,9 @@
|
||||||
* @brief PHP-Metaparser library linker
|
* @brief PHP-Metaparser library linker
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$inc_file = "./vendor/PHP-Metaparser/MetaParser.class.php";
|
if(!class_exists("MetaParser")) {
|
||||||
if(file_exists($inc_file)) {
|
$inc_file = "./vendor/PHP-MetaParser/MetaParser.class.php";
|
||||||
include($inc_file);
|
if(file_exists($inc_file)) {
|
||||||
|
include($inc_file);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user