Reverse cs and csc mirror for flv player url.

This commit is contained in:
David Bartley 2007-08-10 16:49:13 -04:00
parent 7cf3cd7f5b
commit f11125325d
1 changed files with 2 additions and 2 deletions

View File

@ -51,11 +51,11 @@
<div>
<xsl:comment><![CDATA[#if expr="($REMOTE_ADDR = /^129\.97\./) && ($QUERY_STRING != test)" ]]></xsl:comment>
<xsl:apply-templates select="flvfile">
<xsl:with-param name="mirror" select="$mirror_csc" />
<xsl:with-param name="mirror" select="$mirror_cs" />
</xsl:apply-templates>
<xsl:comment><![CDATA[#else ]]></xsl:comment>
<xsl:apply-templates select="flvfile">
<xsl:with-param name="mirror" select="$mirror_cs" />
<xsl:with-param name="mirror" select="$mirror_csc" />
</xsl:apply-templates>
<xsl:comment><![CDATA[#endif ]]></xsl:comment>
</div>