bkruse: branch asterisknow r1698 - in /branches/asterisknow: ./ config/
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Oct 17 13:39:30 CDT 2007
Author: bkruse
Date: Wed Oct 17 13:39:29 2007
New Revision: 1698
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1698
Log:
added an index file for asteriskNOW for redirection to cfgbasic.html
Added:
branches/asterisknow/config/index
Modified:
branches/asterisknow/Makefile
Modified: branches/asterisknow/Makefile
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/Makefile?view=diff&rev=1698&r1=1697&r2=1698
==============================================================================
--- branches/asterisknow/Makefile (original)
+++ branches/asterisknow/Makefile Wed Oct 17 13:39:29 2007
@@ -231,6 +231,10 @@
@for x in config/graphs/*; do \
echo "$$x --> $(CONFIGDIR)/graphs" ; \
$(INSTALL) -m 644 $$x $(CONFIGDIR)/graphs ; \
+ done
+ @for x in config/index; do \
+ echo "$$x --> $(HTTPDIR)/index.html" ; \
+ $(INSTALL) -m 644 $$x $(HTTPDIR)/index.html ; \
done
@if [ -x /usr/sbin/asterisk-gui-post-install ]; then \
/usr/sbin/asterisk-gui-post-install $(DESTDIR) . ; \
Added: branches/asterisknow/config/index
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/index?view=auto&rev=1698
==============================================================================
--- branches/asterisknow/config/index (added)
+++ branches/asterisknow/config/index Wed Oct 17 13:39:29 2007
@@ -1,0 +1,12 @@
+<!-- Copyright Digium (c) 2007 -->
+<!-- Brandon Kruse (bkruse at digium.com) -->
+<HEAD>
+ <title>Asterisk Configuration</title>
+ <META HTTP-EQUIV="Refresh" CONTENT="1; URL=config/cfgbasic.html">
+</HEAD>
+<BODY>
+ Your browser should automatically go to the configuration page.
+ <br>
+ If it does not <a href="config/cfgbasic.html">click here</a>
+ <br>
+</BODY>
More information about the asterisk-gui-commits
mailing list