From 7f604b9a6c397f3166d3a657b957ce07c888d69d Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 17 Mar 2011 15:18:19 +0000 Subject: [PATCH] Also remove message as followup to r84133 --- includes/DefaultSettings.php | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.20.1