diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 3 |
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(); |