From 23ffc2b9a9bb33b4ea8c8e70c225bc14026074e5 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 10 Jan 2007 10:15:07 +0000 Subject: #108186: Fix install.php on Firefox (caching issue) --- install.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'install.php') 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(); -- cgit v1.2.3