- utf-8 convert was not meant to make it into 0.9.x, fixes #9
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user