r84133 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84132‎ | r84133 | r84134 >
Date:22:48, 16 March 2011
Author:reedy
Status:ok (Comments)
Tags:
Comment:
Another old version checking thing
Modified paths:
  • /trunk/phase3/includes/DefaultSettings.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DefaultSettings.php
@@ -3743,7 +3743,7 @@
37443744 *
37453745 * Only supported on PHP 5.2 or higher.
37463746 */
3747 -$wgCookieHttpOnly = version_compare("5.2", PHP_VERSION, "<");
 3747+$wgCookieHttpOnly = true;
37483748
37493749 /**
37503750 * If the requesting browser matches a regex in this blacklist, we won't

Follow-up revisions

RevisionCommit summaryAuthorDate
r84169Also remove message as followup to r84133reedy15:18, 17 March 2011

Comments

#Comment by Reach Out to the Truth (talk | contribs)   02:18, 17 March 2011

The comment about only being supported in 5.2 or higher can be removed as well.

Status & tagging log