summaryrefslogtreecommitdiff
path: root/www/geeklog/patches/patch-ak
blob: a3757819cd9cf325822e5ab6cdc318e5bb0375df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ak,v 1.1 2009/09/13 01:15:11 taca Exp $

* Send correct charset parameter.

--- public_html/admin/install/configinfo.php.orig	2008-05-11 16:25:08.000000000 +0900
+++ public_html/admin/install/configinfo.php
@@ -92,6 +92,7 @@ foreach ($_CONF as $option => $value) {
 }
 $display .= "</table>\n</body>\n</html>";
 
+header('Content-Type: text/html; charset=' . COM_getCharset());
 echo $display;
 
 ?>