From d1fb8f69d64580e5e2f8623097030d21d74a0d99 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 14 Mar 2024 21:27:28 +0100 Subject: [PATCH] Define RASPI_RESTAPI_ENABLED --- includes/defaults.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/defaults.php b/includes/defaults.php index 72b587be..7d037720 100755 --- a/includes/defaults.php +++ b/includes/defaults.php @@ -62,6 +62,7 @@ $defaults = [ 'RASPI_VNSTAT_ENABLED' => true, 'RASPI_SYSTEM_ENABLED' => true, 'RASPI_MONITOR_ENABLED' => false, + 'RASPI_RESTAPI_ENABLED' => true, // Locale settings 'LOCALE_ROOT' => 'locale',