From 9236e10f373bb96266b5f4bd2199a016efff1785 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Mon, 20 May 2024 04:32:30 -0700 Subject: [PATCH] add ) --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index b0403420..dec53bc6 100644 --- a/install.php +++ b/install.php @@ -690,7 +690,7 @@ if ($step == 0) { echo Element('page.html', $page); } elseif ($step == 1) { // The HTTPS check doesn't work properly when in those arrays, so let's run it here and pass along the result during the actual check. - $httpsvalue = !empty($_SERVER['HTTPS'] && $_SERVER['HTTPS'] !== 'off'; + $httpsvalue = !empty($_SERVER['HTTPS'] && $_SERVER['HTTPS'] !== 'off'); $page['title'] = 'Pre-installation test'; $can_exec = true;