From 3bcf16a3bafeef37dfdfa0b9ae9f17a968c6f4b3 Mon Sep 17 00:00:00 2001 From: Emmanuel Geoffray Date: Thu, 7 Dec 2017 19:12:35 +0000 Subject: [PATCH] add globals to select visible services --- includes/config.php | 5 +++++ index.php | 10 ++++++++++ 2 files changed, 15 insertions(+) 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;
  • Configure WiFi Client
  • +
  • Configure Hotspot
  • + +
  • Configure Networking
  • + +
  • Configure DHCP Server
  • +
  • Configure OpenVPN @@ -137,12 +143,16 @@ $theme_url = 'dist/css/' . $theme; Configure TOR proxy
  • +
  • Configure Auth
  • + +
  • Change Theme
  • +
  • System