From 992031e50beac6ed0e86d3f35f4b3f78020acd06 Mon Sep 17 00:00:00 2001 From: "Thomas B. \"dm8tbr\" Ruecker" Date: Sun, 24 Feb 2013 20:12:42 +0000 Subject: [PATCH] Fixing a small bit in the example that got copied. svn path=/icecast/trunk/icecast/; revision=18810 --- doc/icecast2_listenerauth.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/icecast2_listenerauth.html b/doc/icecast2_listenerauth.html index 56be5183..2266594a 100644 --- a/doc/icecast2_listenerauth.html +++ b/doc/icecast2_listenerauth.html @@ -95,7 +95,7 @@ config file. The following shows the list of options available :

<option name="timelimit_header" value="icecast-auth-timelimit:"/> <option name="headers" value="x-pragma,x-token"/> <option name="header_prefix" value="ClientHeader."/> - <option name="stream_auth" value="http://myauthserver.com/listener_left.php"/> + <option name="stream_auth" value="http://myauthserver.com/source.php"/> </authentication> </mount>