bkruse: branch 2.0 r3727 - /branches/2.0/Makefile
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Fri Aug 29 15:28:19 CDT 2008
Author: bkruse
Date: Fri Aug 29 15:28:18 2008
New Revision: 3727
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=3727
Log:
In my last commit message, I realized it should
be index.html (like I said) and not cfgbasic.html
Modified:
branches/2.0/Makefile
Modified: branches/2.0/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/2.0/Makefile?view=diff&rev=3727&r1=3726&r2=3727
==============================================================================
--- branches/2.0/Makefile (original)
+++ branches/2.0/Makefile Fri Aug 29 15:28:18 2008
@@ -95,8 +95,8 @@
ifeq ($(HTTPPREFIXBASE),)
HTTPPREFIX:=asterisk
endif
-HTTPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/cfgbasic.html
-HTTPLOCALURL:=http://localhost:$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/cfgbasic.html
+HTTPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/index.html
+HTTPLOCALURL:=http://localhost:$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/index.html
#SUBDIRS:=tools
SUBDIRS_CLEAN:=$(SUBDIRS:%=%-clean)
More information about the asterisk-gui-commits
mailing list