]> Joshua Wise's Git repositories - patchfork.git/blobdiff - player/config.php
Fix UTF-8 support in config (bug reported by Eloi Rivard).
[patchfork.git] / player / config.php
index 2a088893f625de16a59b221e0e8ee1d3277381cf..7146eedceee7621647de3c334ec63a57573a16e7 100644 (file)
@@ -46,6 +46,7 @@
        @ob_start();
        require_once("../inc/base.php");
        require_once("../lang/master.php");
+       header("Content-Type: text/html; charset=UTF-8");
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html>
This page took 0.023365 seconds and 4 git commands to generate.