From: Joshua Wise Date: Tue, 2 Mar 2010 20:40:27 +0000 (-0500) Subject: Fix UTF-8 support in config (bug reported by Eloi Rivard). X-Git-Url: http://git.joshuawise.com/patchfork.git/commitdiff_plain/3f2daf5196ab280e4e5aeeecb4e7c8736ba86432?hp=82791019d27335234ba5ccecdd1f786017d81651 Fix UTF-8 support in config (bug reported by Eloi Rivard). --- diff --git a/player/config.php b/player/config.php index 2a08889..7146eed 100644 --- a/player/config.php +++ b/player/config.php @@ -46,6 +46,7 @@ @ob_start(); require_once("../inc/base.php"); require_once("../lang/master.php"); + header("Content-Type: text/html; charset=UTF-8"); ?>