1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Added monitor option. Resolves #378

This commit is contained in:
billz 2019-09-07 09:53:37 +01:00
parent 57f46e50e6
commit bfc0dba6ad

View File

@ -30,6 +30,7 @@ define('RASPI_TORPROXY_ENABLED', false);
define('RASPI_CONFAUTH_ENABLED', true);
define('RASPI_CHANGETHEME_ENABLED', true);
define('RASPI_VNSTAT_ENABLED', true);
define('RASPI_MONITOR_ENABLED', false);
// Locale settings
define('LOCALE_ROOT', 'locale');