master v1.8.1
iyuu.cn 5 years ago
parent 1e1a7bfc59
commit eabb51c54a
  1. 8
      app/AutoReseed.php

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

Loading…
Cancel
Save