mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Delete constants for 5GHz wireless reg domain (obsolete)
This commit is contained in:
parent
25cc92b593
commit
e16c69c446
2 changed files with 0 additions and 8 deletions
|
@ -31,10 +31,6 @@ define('RASPI_LIGHTTPD_CONFIG', '/etc/lighttpd/lighttpd.conf');
|
|||
define('RASPI_ACCESS_CHECK_IP', '1.1.1.1');
|
||||
define('RASPI_ACCESS_CHECK_DNS', 'one.one.one.one');
|
||||
|
||||
// Constants for the 5GHz wireless regulatory domain.
|
||||
define('RASPI_5GHZ_ISO_ALPHA2', array('NL','US'));
|
||||
define('RASPI_5GHZ_MAX_CHANNEL', 165);
|
||||
|
||||
// Enable basic authentication for the web admin.
|
||||
define('RASPI_AUTH_ENABLED', true);
|
||||
|
||||
|
|
|
@ -36,10 +36,6 @@ $defaults = [
|
|||
'RASPI_ACCESS_CHECK_IP' => '1.1.1.1',
|
||||
'RASPI_ACCESS_CHECK_DNS' => 'one.one.one.one',
|
||||
|
||||
// Constants for the 5GHz wireless regulatory domain
|
||||
'RASPI_5GHZ_ISO_ALPHA2' => array('NL','US'),
|
||||
'RASPI_5GHZ_MAX_CHANNEL' => 165,
|
||||
|
||||
// Optional services, set to true to enable.
|
||||
'RASPI_WIFICLIENT_ENABLED' => true,
|
||||
'RASPI_HOTSPOT_ENABLED' => true,
|
||||
|
|
Loading…
Reference in a new issue