新增IYUU入口文件

This commit is contained in:
iyuu.cn
2020-01-18 20:13:06 +08:00
parent fd695e4209
commit f9592c6b0d
3 changed files with 18 additions and 12 deletions

12
iyuu.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
require_once __DIR__ . '/init.php';
use IYUU\AutoReseed;
AutoReseed::init();
$hashArray = AutoReseed::get();
if (AutoReseed::$move != null) {
echo "种子移动完毕,请重新编辑配置,再尝试辅种! \n\n";
exit;
}
AutoReseed::call($hashArray);
AutoReseed::wechatMessage();