From 6ec3f3a4937ee64c7766bfb78731ce34e8fc640a Mon Sep 17 00:00:00 2001 From: glen Date: Sun, 4 Oct 2020 08:56:38 -0400 Subject: [PATCH] Change default services. --- includes/config.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/includes/config.php b/includes/config.php index 32911e3..cf0e156 100755 --- a/includes/config.php +++ b/includes/config.php @@ -21,14 +21,12 @@ 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_WIFICLIENT_ENABLED', false ); define('RASPI_HOTSPOT_ENABLED', true ); -define('RASPI_NETWORK_ENABLED', true ); +define('RASPI_NETWORK_ENABLED', false ); define('RASPI_DHCP_ENABLED', true ); -define('RASPI_OPENVPN_ENABLED', false ); -define('RASPI_TORPROXY_ENABLED', false ); define('RASPI_CONFAUTH_ENABLED', true ); -define('RASPI_CHANGETHEME_ENABLED', true ); +define('RASPI_CHANGETHEME_ENABLED', false ); define('RASPI_VNSTAT_ENABLED', true ); // Locale settings