- utf-8 convert was not meant to make it into 0.9.x, fixes #9

This commit is contained in:
Michael Kaufmann (d00p)
2010-02-13 19:48:16 +00:00
parent 78ae0e2f56
commit 432f555e37
3 changed files with 7 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
header("Content-type: text/html; charset=utf-8");
header("Content-type: text/html; charset=iso-8859-1");
// ensure that default timezone is set
if(function_exists("date_default_timezone_set") && function_exists("date_default_timezone_get"))