This commit is contained in:
iyuu.cn
2020-07-13 08:46:47 +08:00
parent 6a01b492ce
commit ff16781da9
6 changed files with 19 additions and 13 deletions

View File

@@ -26,6 +26,7 @@
require_once __DIR__ . '/init.php';
echo '当前脚本路径:'.__FILE__.PHP_EOL;
use IYUU\AutoReseed;
AutoReseed::init();
AutoReseed::call();
exit(0);