Fix: must use utf8

This commit is contained in:
Laurent Destailleur 2012-07-08 13:57:51 +02:00
parent 9c5e98aad7
commit c9a2c70110
2 changed files with 6 additions and 2 deletions

View File

@ -111,6 +111,8 @@ if (! isset($mode) || $mode != 'noajax')
// Ajout directives pour resoudre bug IE // Ajout directives pour resoudre bug IE
header('Cache-Control: Public, must-revalidate'); header('Cache-Control: Public, must-revalidate');
header('Pragma: public'); header('Pragma: public');
top_httphead();
} }
$type='directory'; $type='directory';

View File

@ -72,6 +72,8 @@ if ($modulepart == 'ecm')
* View * View
*/ */
top_httphead();
$userstatic=new User($db); $userstatic=new User($db);
$form=new Form($db); $form=new Form($db);
$ecmdirstatic = new EcmDirectory($db); $ecmdirstatic = new EcmDirectory($db);