mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 15:40:22 +00:00
Replace hardcoded 5Ghz countries with constant
This commit is contained in:
parent
154eee337c
commit
e072e0a32a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
||||||
<div class="form-group col-md-6">
|
<div class="form-group col-md-6">
|
||||||
<label for="cbxhwmode"><?php echo _("Wireless Mode") ;?></label>
|
<label for="cbxhwmode"><?php echo _("Wireless Mode") ;?></label>
|
||||||
<?php
|
<?php
|
||||||
$countries_5Ghz_max48ch = array('US');
|
$countries_5Ghz_max48ch = RASPI_5GHZ_ISO_ALPHA2;
|
||||||
$selectedHwMode = $arrConfig['hw_mode'];
|
$selectedHwMode = $arrConfig['hw_mode'];
|
||||||
if (isset($arrConfig['ieee80211n'])) {
|
if (isset($arrConfig['ieee80211n'])) {
|
||||||
if (strval($arrConfig['ieee80211n']) === '1') {
|
if (strval($arrConfig['ieee80211n']) === '1') {
|
||||||
|
|
Loading…
Reference in a new issue