diff --git a/includes/config.php b/includes/config.php index 40ecd922..67a0b4cd 100644 --- a/includes/config.php +++ b/includes/config.php @@ -18,7 +18,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_HOTSPOT_ENABLED', false ); +define('RASPI_NETWORK_ENABLED', false ); +define('RASPI_DHCP_ENABLED', false ); define('RASPI_OPENVPN_ENABLED', false ); define('RASPI_TORPROXY_ENABLED', false ); +define('RASPI_CONFAUTH_ENABLED', false ); +define('RASPI_CHANGETHEME_ENABLED', false ); ?> diff --git a/index.php b/index.php index e6fc4e24..fa5ee301 100755 --- a/index.php +++ b/index.php @@ -118,15 +118,21 @@ $theme_url = 'dist/css/' . $theme;