mirror of
				https://gitee.com/ledc/IYUUAutoReseed
				synced 2025-10-31 00:39:50 +00:00 
			
		
		
		
	v1.7.6
This commit is contained in:
		| @@ -13,7 +13,7 @@ use IYUU\Library\Table; | |||||||
| class AutoReseed | class AutoReseed | ||||||
| { | { | ||||||
|     // 版本号 |     // 版本号 | ||||||
|     const VER = '1.7.5'; |     const VER = '1.7.6'; | ||||||
|     // RPC连接 |     // RPC连接 | ||||||
|     private static $links = []; |     private static $links = []; | ||||||
|     // 客户端配置 |     // 客户端配置 | ||||||
| @@ -85,7 +85,7 @@ class AutoReseed | |||||||
|         // 显示支持站点列表 |         // 显示支持站点列表 | ||||||
|         self::ShowTableSites(); |         self::ShowTableSites(); | ||||||
|         self::$clients = isset($configALL['default']['clients']) && $configALL['default']['clients'] ? $configALL['default']['clients'] : array(); |         self::$clients = isset($configALL['default']['clients']) && $configALL['default']['clients'] ? $configALL['default']['clients'] : array(); | ||||||
|          |  | ||||||
|         // 递归删除上次历史记录 |         // 递归删除上次历史记录 | ||||||
|         IFile::rmdir(self::$cacheDir, true); |         IFile::rmdir(self::$cacheDir, true); | ||||||
|         // 建立目录 |         // 建立目录 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user