From d92d4d21d64ffc39e7450dc8a253f46ae87d2de6 Mon Sep 17 00:00:00 2001
From: Ryan Brindley <rbrindley@digium.com>
Date: Wed, 1 Jul 2009 19:47:38 +0000
Subject: [PATCH] - cfgbasic.html has been replaced by index.html in the GUI
 for some time now

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204654 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 configs/http.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/http.conf.sample b/configs/http.conf.sample
index 017263b389..6f10de7ae1 100644
--- a/configs/http.conf.sample
+++ b/configs/http.conf.sample
@@ -43,7 +43,7 @@ bindaddr=127.0.0.1
 ; For example, if you are using the Asterisk-gui,
 ; it is convenient to enable the following redirect:
 ;
-;redirect = / /static/config/cfgbasic.html
+;redirect = / /static/config/index.html
 ;
 ; HTTPS support. In addition to enabled=yes, you need to
 ; explicitly enable tls, define the port to use,
-- 
GitLab