mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Allow channel input up to 64 (testing)
This commit is contained in:
		| @@ -94,7 +94,7 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status) | ||||
|         return false; | ||||
|     } | ||||
|  | ||||
|     if (intval($_POST['channel']) < 1 || intval($_POST['channel']) > 48) { | ||||
|     if (intval($_POST['channel']) < 1 || intval($_POST['channel']) > 64) { | ||||
|         error_log("Attempting to set channel to '".$_POST['channel']."'"); | ||||
|         return false; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user