[xiph-commits] r10078 - icecast/trunk/icecast/admin

oddsock at svn.xiph.org oddsock at svn.xiph.org
Mon Sep 26 19:47:35 PDT 2005


Author: oddsock
Date: 2005-09-26 19:47:34 -0700 (Mon, 26 Sep 2005)
New Revision: 10078

Modified:
   icecast/trunk/icecast/admin/listclients.xsl
   icecast/trunk/icecast/admin/listmounts.xsl
Log:
whoops..forgot these


Modified: icecast/trunk/icecast/admin/listclients.xsl
===================================================================
--- icecast/trunk/icecast/admin/listclients.xsl	2005-09-27 02:45:25 UTC (rev 10077)
+++ icecast/trunk/icecast/admin/listclients.xsl	2005-09-27 02:47:34 UTC (rev 10078)
@@ -43,7 +43,7 @@
 
 <xsl:choose>
 <xsl:when test="authenticator">
-<a href="auth.xsl"><img border="0" src="/key.png"/></a> Authentication Required
+<a href="/auth.xsl"><img border="0" src="/key.png"/></a> Authentication Required
 </xsl:when>
 <xsl:otherwise>
 <a href="{@mount}.m3u"><img border="0" src="/tunein.png"/></a> Mount Point

Modified: icecast/trunk/icecast/admin/listmounts.xsl
===================================================================
--- icecast/trunk/icecast/admin/listmounts.xsl	2005-09-27 02:45:25 UTC (rev 10077)
+++ icecast/trunk/icecast/admin/listmounts.xsl	2005-09-27 02:47:34 UTC (rev 10078)
@@ -41,7 +41,7 @@
 <h3>
 <xsl:choose>
 <xsl:when test="authenticator">
-<a href="auth.xsl"><img border="0" src="/key.png"/></a> Authentication Required
+<a href="/auth.xsl"><img border="0" src="/key.png"/></a> Authentication Required
 </xsl:when>
 <xsl:otherwise>
 <a href="{@mount}.m3u"><img border="0" src="/tunein.png"/></a> Mount Point



More information about the commits mailing list