From: Sam Reed Date: Thu, 17 Mar 2011 15:18:19 +0000 (+0000) Subject: Also remove message as followup to r84133 X-Git-Tag: 1.31.0-rc.0~31365 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Category:Foo?a=commitdiff_plain;h=7f604b9a6c397f3166d3a657b957ce07c888d69d;p=lhc%2Fweb%2Fwiklou.git Also remove message as followup to r84133 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 592acc3276..e25bed0a50 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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;