aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
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/install
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/install')
-rw-r--r--phpBB/install/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php
index 5531a98c09..5c16421499 100644
--- a/phpBB/install/index.php
+++ b/phpBB/install/index.php
@@ -446,7 +446,6 @@ class module
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');
return;
}