From a00a3d59152c6c9ea5fb0b67bd21f1b258f827b7 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Sun, 10 Nov 2019 23:50:48 +0100 Subject: [PATCH] Update config.php --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index 9877f0ca..32a686ee 100755 --- a/config/config.php +++ b/config/config.php @@ -19,7 +19,7 @@ define('RASPI_WPA_CTRL_INTERFACE', '/var/run/wpa_supplicant'); 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'); -define("RASPI_LIGHTTPD_CONFIG', '/etc/lighttpd/lighttpd.conf'); +define('RASPI_LIGHTTPD_CONFIG', '/etc/lighttpd/lighttpd.conf'); // Optional services, set to true to enable. define('RASPI_WIFICLIENT_ENABLED', true);