Added charset to HTTP header output.
This commit is contained in:
parent
7e72b0cd01
commit
56199acc2f
15 changed files with 19 additions and 21 deletions
|
|
@ -8,6 +8,6 @@ session_set_cookie_params({{ site.lifetime }});
|
|||
|
||||
date_default_timezone_set("{{ site.timezone }}");
|
||||
|
||||
header('Content-Type: text/plain');
|
||||
header('Content-Type: text/plain; charset=utf-8');
|
||||
echo('OK');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue