mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
add globals to select visible services
This commit is contained in:
@@ -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 );
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user