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

@ -5,6 +5,7 @@
// 定义目录
defined('ROOT_PATH') or define("ROOT_PATH", __DIR__);
define('DS', DIRECTORY_SEPARATOR);
defined('APP_PATH') or define('APP_PATH', ROOT_PATH.DS.'app'.DS);
define('TORRENT_PATH', ROOT_PATH.DS.'torrent'.DS);
// 严格开发模式