1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-23 19:18:21 +02:00

oops. grammar.

This commit is contained in:
Lorenzo Yario 2024-05-16 22:40:50 -07:00 committed by GitHub
parent 9b2bea1779
commit 09e915d0e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.'