bkruse: branch aadk r577 - /branches/aadk/Makefile
asterisk-gui-commits at lists.digium.com
asterisk-gui-commits at lists.digium.com
Mon Apr 2 15:37:06 MST 2007
Author: bkruse
Date: Mon Apr 2 17:37:05 2007
New Revision: 577
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=577
Log:
Trivial bug, where 'make checkconfig' links you to a bad page.
Modified:
branches/aadk/Makefile
Modified: branches/aadk/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/aadk/Makefile?view=diff&rev=577&r1=576&r2=577
==============================================================================
--- branches/aadk/Makefile (original)
+++ branches/aadk/Makefile Mon Apr 2 17:37:05 2007
@@ -95,8 +95,8 @@
HTTPPREFIX:=asterisk
endif
HTTPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/cfgbasic.html
-HTTPSETUPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup.html
-HTTPLOCALURL:=http://localhost:$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup.html
+HTTPSETUPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup/install.html
+HTTPLOCALURL:=http://localhost:$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup/install.html
SUBDIRS:=tools
SUBDIRS_CLEAN:=$(SUBDIRS:%=%-clean)
More information about the asterisk-gui-commits
mailing list