From c7c2bf3dcf7de748de79ceac205706901e11d2c2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 20 Nov 2003 19:55:04 +0000 Subject: - Removed duplicate call to drupal_page_header(). Patch by Moshe. --- index.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 7c4ea1380..8871ee3c5 100644 --- a/index.php +++ b/index.php @@ -5,8 +5,6 @@ include_once "includes/bootstrap.inc"; drupal_page_header(); include_once "includes/common.inc"; -drupal_page_header(); - fix_gpc_magic(); menu_build("system"); -- cgit v1.2.3