From 09e915d0e510e3ebff7bd9076c8ddeff53f5a724 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Thu, 16 May 2024 22:40:50 -0700 Subject: [PATCH] oops. grammar. --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 93043a0b..b8e8af21 100644 --- a/install.php +++ b/install.php @@ -886,7 +886,7 @@ if ($step == 0) { ), array( 'category' => 'Misc', - 'name' => 'HTTPS not being used', + 'name' => 'HTTPS being used', 'result' => $httpsvalue = true, 'required' => false, 'message' => 'You are not currently using https for vichan, or at least for your backend server. If this intentional, add "$config[\'cookies\'][\'secure_login_only\'] = 0;" (or 1 if using a proxy) on a new line under "Additional configuration" on the next page.'