bkruse: branch asterisknow r2267 -	/branches/asterisknow/config/index.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Tue Feb  5 16:41:52 CST 2008
    
    
  
Author: bkruse
Date: Tue Feb  5 16:41:51 2008
New Revision: 2267
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=2267
Log:
We are installing index.html to /var/lib/asterisk/static-http
and not /var/lib/asterisk/static-http/config (see Makefile)
Therefore we need to make sure the path remains correct.
Modified:
    branches/asterisknow/config/index.html
Modified: branches/asterisknow/config/index.html
URL: http://svn.digium.com/view/asterisk-gui/branches/asterisknow/config/index.html?view=diff&rev=2267&r1=2266&r2=2267
==============================================================================
--- branches/asterisknow/config/index.html (original)
+++ branches/asterisknow/config/index.html Tue Feb  5 16:41:51 2008
@@ -1,6 +1,6 @@
 <HEAD>	<title>Asterisk Configuration</title>
-	<META HTTP-EQUIV="Refresh" CONTENT="1; URL=cfgbasic.html">
+	<META HTTP-EQUIV="Refresh" CONTENT="1; URL=config/cfgbasic.html">
 </HEAD>
 <BODY>
- You are being redirected to the <a href='cfgbasic.html'>configuration page</a>
+ You are being redirected to the <a href='config/cfgbasic.html'>configuration page</a>
 </BODY>
    
    
More information about the asterisk-gui-commits
mailing list