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); ?>