$configALL[$siteName]['count'] 初始化。

master
iyuu.cn 5 years ago
parent 005788827d
commit 1e1a7bfc59
  1. 2
      app/AutoReseed.php

@ -416,6 +416,8 @@ class AutoReseed
// 辅种计数器
if (isset($configALL[$siteName]['count']) && $configALL[$siteName]['count'] > 10) {
$configALL[$siteName]['limit'] = 1;
}else {
$configALL[$siteName]['count'] = 0;
}
break;
case 'hdchina':

Loading…
Cancel
Save