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) {