aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorDhruv Goel <dhruv.goel92@gmail.com>2014-09-21 11:29:56 +0530
committerDhruv Goel <dhruv.goel92@gmail.com>2014-09-21 11:29:56 +0530
commit84e68b3a73183322e970df39b7bd9d1afd37be8a (patch)
treea7b0703dcbf07e288a1c6dfec45a824a6fc9bb46 /phpBB/install
parentb02e579c1ca1256047e14490947852e49ebee6d9 (diff)
parente59222496a68e644f9d0c6996ba51256f08d11c4 (diff)
downloadforums-84e68b3a73183322e970df39b7bd9d1afd37be8a.tar
forums-84e68b3a73183322e970df39b7bd9d1afd37be8a.tar.gz
forums-84e68b3a73183322e970df39b7bd9d1afd37be8a.tar.bz2
forums-84e68b3a73183322e970df39b7bd9d1afd37be8a.tar.xz
forums-84e68b3a73183322e970df39b7bd9d1afd37be8a.zip
Merge pull request #2963 from Senky/ticket/13045
[ticket/13045] Remove Pragma headers
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;
}