Define RASPI_PLUGINS_ENABLED, add condition to template

This commit is contained in:
billz
2025-02-04 23:44:04 -08:00
parent 5fbafeb455
commit 0efbe2b326
3 changed files with 6 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ define('RASPI_VNSTAT_ENABLED', true);
define('RASPI_SYSTEM_ENABLED', true);
define('RASPI_MONITOR_ENABLED', false);
define('RASPI_RESTAPI_ENABLED', false);
define('RASPI_PLUGINS_ENABLED', true);
// Locale settings
define('LOCALE_ROOT', 'locale');