Fix: Use UTF8

This commit is contained in:
Laurent Destailleur 2010-07-14 19:00:45 +00:00
parent f7a1f18afd
commit 1b5adbd068

View File

@ -32,6 +32,13 @@ if ( $_SESSION['uid'] <= 0 ) {
}
/*
* View
*/
//header("Content-type: text/html; charset=UTF-8");
header("Content-type: text/html; charset=".$conf->file->character_set_client);
print '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">';
print '<html>'."\n";