From c7c2bf3dcf7de748de79ceac205706901e11d2c2 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Thu, 20 Nov 2003 19:55:04 +0000
Subject: [PATCH] - Removed duplicate call to drupal_page_header().  Patch by
 Moshe.

---
 index.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/index.php b/index.php
index 7c4ea1380608..8871ee3c585d 100644
--- a/index.php
+++ b/index.php
@@ -5,8 +5,6 @@
 drupal_page_header();
 include_once "includes/common.inc";
 
-drupal_page_header();
-
 fix_gpc_magic();
 
 menu_build("system");
-- 
GitLab