mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
oops. grammar.
This commit is contained in:
parent
9b2bea1779
commit
09e915d0e5
@ -886,7 +886,7 @@ if ($step == 0) {
|
|||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'category' => 'Misc',
|
'category' => 'Misc',
|
||||||
'name' => 'HTTPS not being used',
|
'name' => 'HTTPS being used',
|
||||||
'result' => $httpsvalue = true,
|
'result' => $httpsvalue = true,
|
||||||
'required' => false,
|
'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.'
|
'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.'
|
||||||
|
Loading…
Reference in New Issue
Block a user