Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2011-02-08 18:30:59 +0300
committerMichal Čihař <mcihar@novell.com>2011-02-08 18:30:59 +0300
commitf92e77bcc969366d0c6097a59a1f58409c38944a (patch)
tree6b8a1288c1c5cabc83c5cc5164c00b3263b47d8d /license.php
parent563143a9bc739657e8fea61e7ccc81e4425aa4a8 (diff)
Use utf-8 for this file as well, though it is not used right now
Diffstat (limited to 'license.php')
-rw-r--r--license.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/license.php b/license.php
index 8d62dbe4a6..2a5dc9765f 100644
--- a/license.php
+++ b/license.php
@@ -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;