[xiph-commits] r9363 - websites/dir.xiph.org

j at motherfish-iii.xiph.org j at motherfish-iii.xiph.org
Sun Jun 5 04:04:38 PDT 2005


Author: j
Date: 2005-06-05 04:04:35 -0700 (Sun, 05 Jun 2005)
New Revision: 9363

Modified:
   websites/dir.xiph.org/listen.php
Log:
change mimetype to audio/x-mpegurl to be in line with icecast2

Modified: websites/dir.xiph.org/listen.php
===================================================================
--- websites/dir.xiph.org/listen.php	2005-06-05 08:44:20 UTC (rev 9362)
+++ websites/dir.xiph.org/listen.php	2005-06-05 11:04:35 UTC (rev 9363)
@@ -7,7 +7,7 @@
 $link = mysql_connect("localhost", $username, $password);
 mysql_select_db($database);
 
-header("Content-type: audio/m3u");
+header("Content-type: audio/x-mpegurl");
 if (preg_match("/MSIE 5.5/", $HTTP_USER_AGENT)) {
 	header("Content-Disposition: filename=\"listen.m3u\"");
 }



More information about the commits mailing list