From e2d84517fa472cde7f774733343a54d7d0db50ef Mon Sep 17 00:00:00 2001 From: shish Date: Fri, 22 Aug 2008 08:09:16 +0000 Subject: [PATCH] this was never used git-svn-id: file:///home/shish/svn/shimmie2/trunk@991 7f39781d-f577-437e-ae19-be835c7a54ca --- core/page.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/page.class.php b/core/page.class.php index 97d9e312..55b35507 100644 --- a/core/page.class.php +++ b/core/page.class.php @@ -71,8 +71,6 @@ class GenericPage { // ============================================== public function display() { - global $config; - header("Content-type: {$this->type}"); switch($this->mode) {