新增在线查询支持站点表格显示

This commit is contained in:
iyuu.cn
2020-01-21 02:18:23 +08:00
parent 7c35291b15
commit 36d07a25db
4 changed files with 339 additions and 44 deletions
-10
View File
@@ -2,16 +2,6 @@
require_once __DIR__ . '/init.php';
use IYUU\AutoReseed;
#echo "IYUUAutoReseed自动辅种脚本,目前支持以下站点:".PHP_EOL;
#ShowTableSites();
echo <<<EOF
gitee 源码仓库:https://gitee.com/ledc/IYUUAutoReseed
github源码仓库:https://github.com/ledccn/IYUUAutoReseed
教程:https://gitee.com/ledc/IYUUAutoReseed/tree/master/wiki
QQ群:859882209 【IYUU自动辅种交流】
EOF;
echo PHP_EOL.PHP_EOL;
AutoReseed::init();
$hashArray = AutoReseed::get();
if (AutoReseed::$move != null) {