summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-01-10 10:15:07 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-01-10 10:15:07 +0000
commit23ffc2b9a9bb33b4ea8c8e70c225bc14026074e5 (patch)
tree8f45e76dabe6b2f454322d9b889271dbe19a1c79 /install.php
parentf927e668629d7b725c13a8d9530bcc9cf168153c (diff)
downloadbrdo-23ffc2b9a9bb33b4ea8c8e70c225bc14026074e5.tar.gz
brdo-23ffc2b9a9bb33b4ea8c8e70c225bc14026074e5.tar.bz2
#108186: Fix install.php on Firefox (caching issue)
Diffstat (limited to 'install.php')
-rw-r--r--install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.php b/install.php
index e059890b6..ed6279e20 100644
--- a/install.php
+++ b/install.php
@@ -21,6 +21,9 @@ function install_main() {
require_once './modules/system/system.install';
require_once './includes/file.inc';
+ // Ensure correct page headers are sent (e.g. caching)
+ drupal_page_header();
+
// Check existing settings.php.
$verify = install_verify_settings();