Add constant to config.php + enable with installer

This commit is contained in:
billz
2024-02-19 09:12:33 +01:00
parent 1f1fa3711a
commit bf41d88340
2 changed files with 3 additions and 0 deletions

View File

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