$NetBSD: patch-ak,v 1.1 2009/09/13 01:15:11 taca Exp $

* Output Content-Type header explicitly.

--- public_html/admin/install/configinfo.php.orig	2009-07-29 20:41:47.000000000 +0900
+++ public_html/admin/install/configinfo.php
@@ -90,6 +90,7 @@ foreach ($_CONF as $option => $value) {
 }
 $display .= "</table>\n</body>\n</html>";
 
+header('Content-Type: text/html; charset=' . COM_getCharset());
 echo $display;
 
 ?>
