mirror of
				https://gitee.com/ledc/IYUUAutoReseed
				synced 2025-10-31 16:59:49 +00:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user