mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Added constant to toggle availability of wifi client config. Resolves #279
This commit is contained in:
parent
68f1ce5f0a
commit
b00b71e2e3
@ -19,6 +19,7 @@ define('RASPI_OPENVPN_SERVER_CONFIG', '/etc/openvpn/server.conf');
|
|||||||
define('RASPI_TORPROXY_CONFIG', '/etc/tor/torrc');
|
define('RASPI_TORPROXY_CONFIG', '/etc/tor/torrc');
|
||||||
|
|
||||||
// Optional services, set to true to enable.
|
// Optional services, set to true to enable.
|
||||||
|
define('RASPI_WIFICLIENT_ENABLED', true );
|
||||||
define('RASPI_HOTSPOT_ENABLED', true );
|
define('RASPI_HOTSPOT_ENABLED', true );
|
||||||
define('RASPI_NETWORK_ENABLED', true );
|
define('RASPI_NETWORK_ENABLED', true );
|
||||||
define('RASPI_DHCP_ENABLED', true );
|
define('RASPI_DHCP_ENABLED', true );
|
||||||
|
Loading…
Reference in New Issue
Block a user