From 276b5fed87c9116f1d13cc33b20bfef7a80c7ac6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 8 May 2006 17:38:36 +0000 Subject: [PATCH] Fix: Forcage affichage de l'install en ISO --- htdocs/install/inc.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index fa611774433..e33c737e4d0 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -26,6 +26,7 @@ \version $Revision$ */ + $docurl = 'documentation'; $conffile = "../conf/conf.php"; // Defini objet langs @@ -43,6 +44,11 @@ function pHeader($soutitre,$next,$action='set') global $langs; $langs->load("main"); $langs->load("admin"); + + // On force contenu en ISO-8859-1 + header("Content-type: text/html; charset=iso-8859-1"); + //header("Content-type: text/html; charset=UTF-8"); + print ''."\n"; print ''; print '';