From 471f11fe0d9da69d535b8c4ee06e4ae46642ec19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 15 Nov 2005 11:00:32 +0000 Subject: [PATCH] Do not use common header file, as there is nothing common at all. --- ChangeLog | 4 ++++ css/phpmyadmin.css.php | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 63cffcdb2..610f1449f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-11-15 Michal Čihař + * css/phpmyadmin.css.php: Do not use common header file, as there is + nothing common at all. + 2005-11-14 Michal Čihař * libraries/sql_query_form.lib.php: Fix %f expansion (bug #1355776). diff --git a/css/phpmyadmin.css.php b/css/phpmyadmin.css.php index 2046a2ffc..d7ac76e0f 100644 --- a/css/phpmyadmin.css.php +++ b/css/phpmyadmin.css.php @@ -21,9 +21,9 @@ if ( $GLOBALS['text_dir'] === 'ltr' ) { // but only functions used to determine browser heritage. PMA_setFontSizes(); -$ctype = 'css'; -require_once('./libraries/header_http.inc.php'); -unset( $ctype ); +// Send correct type: +header('Content-Type: text/css; charset=ISO-8859-1'); + ?> html { margin: 0;