From f7ef0e7bf090d5ca032e1172938f2d5ec3a75658 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Fri, 27 Feb 2015 16:12:26 +0100 Subject: [PATCH] Updated branding --- index.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index af2d6bf1..23e36cf3 100755 --- a/index.php +++ b/index.php @@ -32,9 +32,11 @@ define('RASPI_OPENVPN_CLIENT_CONFIG', '/etc/openvpn/client.conf'); define('RASPI_OPENVPN_SERVER_CONFIG', '/etc/openvpn/server.conf'); define('RASPI_TORPROXY_CONFIG', '/etc/tor/torrc'); -// Optional services, set to false to disable. -define('RASPI_OPENVPN_ENABLED', true ); -define('RASPI_TORPROXY_ENABLED', true ); +// Optional services, set to true to enable. +define('RASPI_OPENVPN_ENABLED', false ); +define('RASPI_TORPROXY_ENABLED', false ); + +ini_set('display_errors', 'off'); include_once( 'includes/functions.php' ); @@ -95,7 +97,7 @@ $page = $_GET['page']; - Raspi Wifi Portal v1.0 + RaspAP Wifi Portal v1.0 @@ -136,7 +138,7 @@ $page = $_GET['page'];

- Raspbian WiFi Configuration Portal + RaspAP WiFi Configuration Portal

@@ -172,6 +174,9 @@ $page = $_GET['page']; + + +