mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
7 lines
139 B
PHP
7 lines
139 B
PHP
<?php
|
|
|
|
if (!class_exists('PhpParser\Autoloader')) {
|
|
require __DIR__ . '/PhpParser/Autoloader.php';
|
|
}
|
|
PhpParser\Autoloader::register();
|