From e59222496a68e644f9d0c6996ba51256f08d11c4 Mon Sep 17 00:00:00 2001 From: Jakub Senko Date: Wed, 17 Sep 2014 20:10:01 +0200 Subject: [ticket/13045] Remove Pragma headers PHPBB3-13045 --- phpBB/includes/functions.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/includes/functions.php') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index a61518401c..fa4e8f49f1 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -5063,7 +5063,6 @@ function page_header($page_title = '', $display_online_list = false, $item_id = 'Content-type' => 'text/html; charset=UTF-8', 'Cache-Control' => 'private, no-cache="set-cookie"', 'Expires' => gmdate('D, d M Y H:i:s', time()) . ' GMT', - 'Pragma' => 'no-cache', ); if (!empty($user->data['is_bot'])) { -- cgit v1.2.1