Remove unneeded function
This commit is contained in:
		
					parent
					
						
							
								55e169db49
							
						
					
				
			
			
				commit
				
					
						98a905a4c2
					
				
			
		
					 1 changed files with 0 additions and 10 deletions
				
			
		| 
						 | 
				
			
			@ -475,14 +475,4 @@ class HTTPRequest implements IHTTPRequest
 | 
			
		|||
			DB_UPDATE_VERSION . '; ' .
 | 
			
		||||
			$this->baseUrl;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	private function redirectBlocked(string $url = null)
 | 
			
		||||
	{
 | 
			
		||||
		$hosts = $this->config->get('system', 'no_redirect_hosts');
 | 
			
		||||
		if (empty($hosts)) {
 | 
			
		||||
			return false;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		$hostlist = explode(',', $hosts);
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue