Also remove message as followup to r84133
authorSam Reed <reedy@users.mediawiki.org>
Thu, 17 Mar 2011 15:18:19 +0000 (15:18 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 17 Mar 2011 15:18:19 +0000 (15:18 +0000)
includes/DefaultSettings.php

index 592acc3..e25bed0 100644 (file)
@@ -3740,8 +3740,6 @@ $wgCookiePrefix = false;
  * Set authentication cookies to HttpOnly to prevent access by JavaScript,
  * in browsers that support this feature. This can mitigates some classes of
  * XSS attack.
- *
- * Only supported on PHP 5.2 or higher.
  */
 $wgCookieHttpOnly = true;