mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
fix auth.xsl link
svn path=/icecast/trunk/icecast/; revision=10077
This commit is contained in:
parent
f869415cf7
commit
95f4e5c630
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user