bkruse: branch 1.4 r1442 - /branches/1.4/config/setup/install.html
    SVN commits to the Asterisk-GUI project 
    asterisk-gui-commits at lists.digium.com
       
    Thu Aug 23 15:32:21 CDT 2007
    
    
  
Author: bkruse
Date: Thu Aug 23 15:32:21 2007
New Revision: 1442
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1442
Log:
Fixes the install.html problem.
Thanks weasel00
Modified:
    branches/1.4/config/setup/install.html
Modified: branches/1.4/config/setup/install.html
URL: http://svn.digium.com/view/asterisk-gui/branches/1.4/config/setup/install.html?view=diff&rev=1442&r1=1441&r2=1442
==============================================================================
--- branches/1.4/config/setup/install.html (original)
+++ branches/1.4/config/setup/install.html Thu Aug 23 15:32:21 2007
@@ -69,7 +69,7 @@
 	asterisk_rawmanPath = "../" + asterisk_rawmanPath;
 	astmanEngine = new Astman();
 	astmanEngine.setURL(asterisk_rawmanPath);
-	if(!check_auth()) { return false; }
+	check_auth();
 	_$('mainscreen').src="1.html";
 }
 
    
    
More information about the asterisk-gui-commits
mailing list