From fbd60b3cc3e40868add3ce1b15e1e268497fa62e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 17 Jun 2001 18:10:53 +0000 Subject: [PATCH] Charset is now taken into account --- header.inc.php3 | 5 +++-- left.php3 | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/header.inc.php3 b/header.inc.php3 index 2feb963c6..a8a96d273 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -2,13 +2,14 @@ /* $Id$ */ require("./lib.inc.php3"); +header('Content-Type: text/html; charset=' . $charset); ?> phpMyAdmin diff --git a/left.php3 b/left.php3 index ea5f62c3b..c9d6949e3 100755 --- a/left.php3 +++ b/left.php3 @@ -2,6 +2,7 @@ /* $Id$ */ require("./lib.inc.php3"); +header('Content-Type: text/html; charset=' . $charset); ?>