Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					49812d9746 | ||
| 
						 | 
					9af9edf09d | 
@ -290,9 +290,9 @@ class defense extends rcube_plugin {
 | 
				
			|||||||
            die();
 | 
					            die();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        if ($this->isBanned($this->ipaddr)) {
 | 
					        if (($this->ban_httpstatus) && ($this->isBanned($this->ipaddr))) {
 | 
				
			||||||
            if ($this->ban_httpstatus) { $this->sendForbiddenHeader(); }
 | 
					 | 
				
			||||||
            $this->debug("IP already banned");
 | 
					            $this->debug("IP already banned");
 | 
				
			||||||
 | 
					            $this->sendForbiddenHeader();
 | 
				
			||||||
        }  
 | 
					        }  
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        $this->debug("Sending login form.");
 | 
					        $this->debug("Sending login form.");
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user