Transmission兼容支持https链接

This commit is contained in:
iyuu.cn
2020-01-20 14:08:44 +08:00
parent 385a122f02
commit 7d531a26c8
4 changed files with 50 additions and 0 deletions

View File

@@ -2,6 +2,16 @@
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) {