rbrindley: branch 2.0 r4527 - /branches/2.0/Makefile
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Tue Feb 24 13:51:33 CST 2009
    
    
  
Author: rbrindley
Date: Tue Feb 24 13:51:32 2009
New Revision: 4527
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4527
Log:
- changed Makefile to point to index.html instead of cfgbasic.html
Modified:
    branches/2.0/Makefile
Modified: branches/2.0/Makefile
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/Makefile?view=diff&rev=4527&r1=4526&r2=4527
==============================================================================
--- branches/2.0/Makefile (original)
+++ branches/2.0/Makefile Tue Feb 24 13:51:32 2009
@@ -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