diff --git a/bureau/admin/head.php b/bureau/admin/head.php index 1a1a137a..ee9a3b2f 100644 --- a/bureau/admin/head.php +++ b/bureau/admin/head.php @@ -27,7 +27,7 @@ Purpose of file: Main header of all html files ---------------------------------------------------------------------- */ -if (!$charset) $charset="iso-8859-1"; +if (!$charset) $charset="UTF-8"; @header("Content-Type: text/html; charset=$charset"); ?> diff --git a/bureau/admin/index.php b/bureau/admin/index.php index 43bf36eb..be20b331 100644 --- a/bureau/admin/index.php +++ b/bureau/admin/index.php @@ -41,6 +41,9 @@ $H=getenv("HTTP_HOST"); if (!isset($restrictip)) { $restrictip=1; } +if (!$charset) $charset="UTF-8"; +@header("Content-Type: text/html; charset=$charset"); + ?> @@ -48,7 +51,7 @@ if (!isset($restrictip)) {