Use utf-8 for this file as well, though it is not used right now

This commit is contained in:
Michal Čihař
2011-02-08 16:30:59 +01:00
parent 563143a9bc
commit f92e77bcc9

View File

@@ -17,7 +17,7 @@ require './libraries/common.inc.php';
/**
*
*/
header('Content-type: text/plain; charset=iso-8859-1');
header('Content-type: text/plain; charset=utf-8');
$filename = LICENSE_FILE;