Fix: Use UTF8
This commit is contained in:
parent
f7a1f18afd
commit
1b5adbd068
@ -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 '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">';
|
||||||
|
|
||||||
print '<html>'."\n";
|
print '<html>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user