(bug 40679) Set $wgSecureLogin to false for $wgServers with schemes.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Mon, 8 Oct 2012 04:21:08 +0000 (00:21 -0400)
committerTyler Anthony Romeo <tylerromeo@gmail.com>
Fri, 14 Dec 2012 01:45:16 +0000 (20:45 -0500)
commit8102bb87bcb28c5b8cdd037a0de248d7960d1950
tree04692b926f08d7a7bffce8ef931d39fdfbd23d03
parent67dd5985c99a164a212dd098e3b1bf745109b4b6
(bug 40679) Set $wgSecureLogin to false for $wgServers with schemes.

When $wgServer has a scheme, force $wgSecureLogin to false in order
to stop infinite redirects when trying to go to the login page.

Change-Id: I5792eb1a54c7b6279aad0531cedf9f7b4bf94e6e
includes/Setup.php