mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-05-23 10:05:23 +00:00
fix
This commit is contained in:
parent
5418c02227
commit
8b1bd9cdb5
@ -81,7 +81,7 @@ class AutoReseed
|
||||
// 显示支持站点列表
|
||||
self::ShowTableSites();
|
||||
self::$clients = isset($configALL['default']['clients']) && $configALL['default']['clients'] ? $configALL['default']['clients'] : array();
|
||||
if (empty(self::$clients)){
|
||||
if (empty(self::$clients)) {
|
||||
die('全局客户端为空!');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user