Files
zhamao-framework/src/ZM/script_phar_stub.php

10 lines
320 B
PHP
Raw Normal View History

2021-06-16 00:17:30 +08:00
<?php
function loader__generated_id__() {
$obj = json_decode(file_get_contents(__DIR__.'/zmplugin.json'), true);
foreach(($obj["autoload-psr-4"] ?? []) as $v) {
require_once Phar::running().'/'.$v;
}
}
return json_decode(file_get_contents(__DIR__.'/zmplugin.json'), true) ?? ['zm_module' => false];