[xiph-commits] r18364 - icecast/trunk/icecast/web

dm8tbr at svn.xiph.org dm8tbr at svn.xiph.org
Sun Jun 10 05:35:47 PDT 2012


Author: dm8tbr
Date: 2012-06-10 05:35:47 -0700 (Sun, 10 Jun 2012)
New Revision: 18364

Modified:
   icecast/trunk/icecast/web/status.xsl
Log:
Hide VCLT from status.xsl for now as agreed earlier.
VCLT support remains unchanged for users that want to use it.
Just use the URL: {@mount}.vclt


Modified: icecast/trunk/icecast/web/status.xsl
===================================================================
--- icecast/trunk/icecast/web/status.xsl	2012-06-07 18:27:58 UTC (rev 18363)
+++ icecast/trunk/icecast/web/status.xsl	2012-06-10 12:35:47 UTC (rev 18364)
@@ -52,7 +52,7 @@
                         <td align="right">
                             <a href="{@mount}.m3u">M3U</a>
                             <a href="{@mount}.xspf">XSPF</a>
-                            <a href="{@mount}.vclt">VCLT</a>
+                            <!-- <a href="{@mount}.vclt">VCLT</a> -->
                         </td>
                     </xsl:otherwise>
                 </xsl:choose>



More information about the commits mailing list