1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Fixing a small bit in the example that got copied.

svn path=/icecast/trunk/icecast/; revision=18810
This commit is contained in:
Thomas B. "dm8tbr" Ruecker 2013-02-24 20:12:42 +00:00
parent 488c87793a
commit 992031e50b

View File

@ -95,7 +95,7 @@ config file. The following shows the list of options available :</p>
&lt;option name="timelimit_header" value="icecast-auth-timelimit:"/&gt;
&lt;option name="headers" value="x-pragma,x-token"/&gt;
&lt;option name="header_prefix" value="ClientHeader."/&gt;
&lt;option name="stream_auth" value="http://myauthserver.com/listener_left.php"/&gt;
&lt;option name="stream_auth" value="http://myauthserver.com/source.php"/&gt;
&lt;/authentication&gt;
&lt;/mount&gt;
</pre>