mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Merge pull request #1189 from cyberqueen-meg/master
Update to not freak out over vlans - see reddit post
This commit is contained in:
		| @@ -120,7 +120,7 @@ function validateDHCPInput() | ||||
| { | ||||
|     define('IFNAMSIZ', 16); | ||||
|     $iface = $_POST['interface']; | ||||
|     if (!preg_match('/^[a-zA-Z0-9]+$/', $iface) | ||||
|     if (!preg_match('/^[^\s\/\\0]+$/', $iface) | ||||
|         || strlen($iface) >= IFNAMSIZ | ||||
|     ) { | ||||
|         $errors .= _('Invalid interface name.').'<br />'.PHP_EOL; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user