[xiph-commits] r10077 - in icecast/trunk/icecast: admin web
oddsock at svn.xiph.org
oddsock at svn.xiph.org
Mon Sep 26 19:45:27 PDT 2005
Author: oddsock
Date: 2005-09-26 19:45:25 -0700 (Mon, 26 Sep 2005)
New Revision: 10077
Modified:
icecast/trunk/icecast/admin/stats.xsl
icecast/trunk/icecast/web/status.xsl
Log:
fix auth.xsl link
Modified: icecast/trunk/icecast/admin/stats.xsl
===================================================================
--- icecast/trunk/icecast/admin/stats.xsl 2005-09-26 16:34:51 UTC (rev 10076)
+++ icecast/trunk/icecast/admin/stats.xsl 2005-09-27 02:45:25 UTC (rev 10077)
@@ -70,7 +70,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
Modified: icecast/trunk/icecast/web/status.xsl
===================================================================
--- icecast/trunk/icecast/web/status.xsl 2005-09-26 16:34:51 UTC (rev 10076)
+++ icecast/trunk/icecast/web/status.xsl 2005-09-27 02:45:25 UTC (rev 10077)
@@ -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