SF.net SVN: postfixadmin: [359] trunk/templates/header.php
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2008-05-07 05:23:43
|
Revision: 359 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=359&view=rev Author: GingerDog Date: 2008-05-06 22:23:47 -0700 (Tue, 06 May 2008) Log Message: ----------- templates/header.php: force UTF8 via Apache/http - as per https://sourceforge.net/tracker/index.php?func=detail&aid=1959206&group_id=191583&atid=937964 and https://sourceforge.net/forum/forum.php?thread_id=2030718&forum_id=676076 - thanks Modified Paths: -------------- trunk/templates/header.php Modified: trunk/templates/header.php =================================================================== --- trunk/templates/header.php 2008-04-30 21:06:20 UTC (rev 358) +++ trunk/templates/header.php 2008-05-07 05:23:47 UTC (rev 359) @@ -5,6 +5,7 @@ @header ("Cache-Control: no-store, no-cache, must-revalidate"); @header ("Cache-Control: post-check=0, pre-check=0", false); @header ("Pragma: no-cache"); +@header ("Content-Type: text/html; charset=UTF-8"); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |