mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Revert "Allow channel input up to 64 (testing)"
This reverts commit 40bc21a04b
.
This commit is contained in:
parent
40bc21a04b
commit
a596568fbc
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ function SaveHostAPDConfig($wpa_array, $enc_types, $modes, $interfaces, $status)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (intval($_POST['channel']) < 1 || intval($_POST['channel']) > 64) {
|
if (intval($_POST['channel']) < 1 || intval($_POST['channel']) > 48) {
|
||||||
error_log("Attempting to set channel to '".$_POST['channel']."'");
|
error_log("Attempting to set channel to '".$_POST['channel']."'");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue