[asterisk-commits] qwell: trunk r82710 -	/trunk/configs/http.conf.sample
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Sep 17 16:44:38 CDT 2007
    
    
  
Author: qwell
Date: Mon Sep 17 16:44:38 2007
New Revision: 82710
URL: http://svn.digium.com/view/asterisk?view=rev&rev=82710
Log:
Fix the sample redirect to point to a valid file in the Asterisk GUI.
Closes issue #10748, patch by bkruse
Modified:
    trunk/configs/http.conf.sample
Modified: trunk/configs/http.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/http.conf.sample?view=diff&rev=82710&r1=82709&r2=82710
==============================================================================
--- trunk/configs/http.conf.sample (original)
+++ trunk/configs/http.conf.sample Mon Sep 17 16:44:38 2007
@@ -34,7 +34,7 @@
 ; For example, if you are using the Asterisk-gui,
 ; it is convenient to enable the following redirect:
 ;
-;redirect = / /asterisk/static/config/cfgadvanced.html
+;redirect = / /asterisk/static/config/cfgbasic.html
 ;
 ; HTTPS support. In addition to enabled=yes, you need to
 ; explicitly enable ssl, define the port to use,
    
    
More information about the asterisk-commits
mailing list