From 36737b77a832f1f36610db5bcebd280c9f9ef105 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Tue, 17 Sep 2024 22:20:36 -0700 Subject: [PATCH] made https flag make sense --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 90d8af57..36151c87 100644 --- a/install.php +++ b/install.php @@ -871,7 +871,7 @@ if ($step == 0) { ), array( 'category' => 'Misc', - 'name' => 'HTTPS not being used', + 'name' => 'HTTPS being used', 'result' => $httpsvalue, '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.'