mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 09:00:25 +00:00
Added constant to toggle availability of wifi client config. Resolves #279
This commit is contained in:
parent
68f1ce5f0a
commit
b00b71e2e3
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ define('RASPI_OPENVPN_SERVER_CONFIG', '/etc/openvpn/server.conf');
|
|||
define('RASPI_TORPROXY_CONFIG', '/etc/tor/torrc');
|
||||
|
||||
// Optional services, set to true to enable.
|
||||
define('RASPI_WIFICLIENT_ENABLED', true );
|
||||
define('RASPI_HOTSPOT_ENABLED', true );
|
||||
define('RASPI_NETWORK_ENABLED', true );
|
||||
define('RASPI_DHCP_ENABLED', true );
|
||||
|
|
Loading…
Reference in a new issue