15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
$NetBSD: patch-ak,v 1.2 2009/09/15 10:48:46 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;
|
|
|
|
?>
|