Removes $wgSecureLoginStickHTTPS which was never really used
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 8 Jan 2011 13:06:17 +0000 (13:06 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 8 Jan 2011 13:06:17 +0000 (13:06 +0000)
Follow up r75585

HISTORY
includes/DefaultSettings.php

diff --git a/HISTORY b/HISTORY
index 3a1f138..774fb91 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -67,7 +67,7 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
   without having to move LocalSettings.php
 * The FailFunction "error handling" method has now been removed
 * $wgAdditionalMailParams added to allow setting extra options to mail() calls.
-* $wgSecureLogin & $wgSecureLoginStickHTTPS to optionaly login using HTTPS
+* $wgSecureLogin to optionaly login using HTTPS
 * (bug 25728) Added $wgPasswordSenderName to allow customise the name associed
   with $wgPasswordSender
 * Sysops now have the "suppressredirect" right by default
index 5aa0193..ebd1b3f 100644 (file)
@@ -3107,11 +3107,6 @@ $wgAllowPrefChange = array();
  * @since 1.17
  */
 $wgSecureLogin        = false;
-/**
- * Default for 'use secure login' checkbox
- * @since 1.17
- */
-$wgSecureLoginStickHTTPS = false;
 
 /** @} */ # end user accounts }