diff --git a/config/config.php b/config/config.php index 17c40cb4..178081b1 100755 --- a/config/config.php +++ b/config/config.php @@ -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'); diff --git a/includes/defaults.php b/includes/defaults.php index 4ed1860d..b54ec3fa 100755 --- a/includes/defaults.php +++ b/includes/defaults.php @@ -65,6 +65,7 @@ $defaults = [ 'RASPI_SYSTEM_ENABLED' => true, 'RASPI_MONITOR_ENABLED' => false, 'RASPI_RESTAPI_ENABLED' => false, + 'RASPI_PLUGINS_ENABLED' => true, // Locale settings 'LOCALE_ROOT' => 'locale', diff --git a/templates/system.php b/templates/system.php index 1891bda0..7f22be09 100755 --- a/templates/system.php +++ b/templates/system.php @@ -18,7 +18,9 @@ + +
@@ -27,7 +29,9 @@ + +