summaryrefslogtreecommitdiff
path: root/www/geeklog/patches/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'www/geeklog/patches/patch-al')
-rw-r--r--www/geeklog/patches/patch-al14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/geeklog/patches/patch-al b/www/geeklog/patches/patch-al
new file mode 100644
index 00000000000..831acec24aa
--- /dev/null
+++ b/www/geeklog/patches/patch-al
@@ -0,0 +1,14 @@
+$NetBSD: patch-al,v 1.1 2009/09/13 01:15:11 taca Exp $
+
+* Send correct charset parameter.
+
+--- public_html/admin/install/help.php.orig 2009-01-23 04:19:55.000000000 +0900
++++ public_html/admin/install/help.php
+@@ -141,6 +141,7 @@ $display .= '<head>
+ </body>
+ </html>' . LB;
+
++header('Content-Type: text/html; charset=' . $LANG_CHARSET);
+ echo $display;
+
+ ?>