From b00b71e2e33edff93c794e6e2897dad83fe9a549 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 27 Jan 2019 20:22:49 +0000 Subject: [PATCH] Added constant to toggle availability of wifi client config. Resolves #279 --- includes/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/config.php b/includes/config.php index 822a784..4eea09c 100755 --- a/includes/config.php +++ b/includes/config.php @@ -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 );