From 9745978971f63464c8c6199584b6934bbb9d31fa Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Mon, 6 Jun 2022 20:49:20 -0400 Subject: [PATCH] Update config.php --- includes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.php b/includes/config.php index a0350c8..95de417 100755 --- a/includes/config.php +++ b/includes/config.php @@ -24,7 +24,7 @@ define('RASPI_TORPROXY_CONFIG', '/etc/tor/torrc'); define('RASPI_WIFICLIENT_ENABLED', false ); define('RASPI_HOTSPOT_ENABLED', true ); define('RASPI_NETWORK_ENABLED', false ); -define('RASPI_DHCP_ENABLED', true ); +define('RASPI_DHCP_ENABLED', false ); define('RASPI_CONFAUTH_ENABLED', true ); define('RASPI_CHANGETHEME_ENABLED', false ); define('RASPI_VNSTAT_ENABLED', true );