bkruse: branch asterisknow r2258 - /branches/asterisknow/Makefile
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Mon Feb 4 15:36:12 CST 2008
Author: bkruse
Date: Mon Feb 4 15:36:12 2008
New Revision: 2258
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2258
Log:
Setup wizard is gone!
Removing things that relate/reference it
Modified:
branches/asterisknow/Makefile
Modified: branches/asterisknow/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/Makefile?view=diff&rev=2258&r1=2257&r2=2258
==============================================================================
--- branches/asterisknow/Makefile (original)
+++ branches/asterisknow/Makefile Mon Feb 4 15:36:12 2008
@@ -95,7 +95,6 @@
HTTPPREFIX:=asterisk
endif
HTTPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/cfgbasic.html
-HTTPSETUPURL:=http://$(HTTPHOST):$(HTTPBINDPORT)/$(HTTPPREFIX)/static/config/setup/install.html
#For future reference, you can have the Makefile go into the subdirectories defined and Make then
#SUBDIRS:=tools
@@ -175,7 +174,6 @@
@echo " --- Everything looks good --- "
@echo " * GUI should be available at $(HTTPURL) "
- @echo " * Before using the GUI, Please run the install script at $(HTTPSETUPURL) "
@echo ""
@echo " * The login and password should be an entry from $(ASTETCDIR)/manager.conf"
@echo " which has 'config' permission in read and write. For example:"
More information about the asterisk-gui-commits
mailing list