aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/feed.php
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2014-09-17 20:10:01 +0200
committerJakub Senko <jakubsenko@gmail.com>2014-09-17 20:10:01 +0200
commite59222496a68e644f9d0c6996ba51256f08d11c4 (patch)
tree3e8693e275fbd4fd3deff588d252c5e37a949dbc /phpBB/feed.php
parent86ea314598f84bbf95f7cdc6317555f91637e918 (diff)
downloadforums-e59222496a68e644f9d0c6996ba51256f08d11c4.tar
forums-e59222496a68e644f9d0c6996ba51256f08d11c4.tar.gz
forums-e59222496a68e644f9d0c6996ba51256f08d11c4.tar.bz2
forums-e59222496a68e644f9d0c6996ba51256f08d11c4.tar.xz
forums-e59222496a68e644f9d0c6996ba51256f08d11c4.zip
[ticket/13045] Remove Pragma headers
PHPBB3-13045
Diffstat (limited to 'phpBB/feed.php')
-rw-r--r--phpBB/feed.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/feed.php b/phpBB/feed.php
index d4dfb15928..e0c0b01db6 100644
--- a/phpBB/feed.php
+++ b/phpBB/feed.php
@@ -165,7 +165,6 @@ if (defined('DEBUG') && request_var('explain', 0) && $auth->acl_get('a_'))
header('Content-type: text/html; charset=UTF-8');
header('Cache-Control: private, no-cache="set-cookie"');
header('Expires: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT');
- header('Pragma: no-cache');
$mtime = explode(' ', microtime());
$totaltime = $mtime[0] + $mtime[1] - $starttime;