bkruse: trunk r1443 - in /trunk: ./ config/setup/install.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Thu Aug 23 15:32:59 CDT 2007
Author: bkruse
Date: Thu Aug 23 15:32:58 2007
New Revision: 1443
URL: http://svn.digium.com/view/asterisk-gui?view=rev&rev=1443
Log:
Merged revisions 1442 via svnmerge from
https://origsvn.digium.com/svn/asterisk-gui/branches/1.4
........
r1442 | bkruse | 2007-08-23 15:32:21 -0500 (Thu, 23 Aug 2007) | 4 lines
Fixes the install.html problem.
Thanks weasel00
........
Modified:
trunk/ (props changed)
trunk/config/setup/install.html
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.4-merged (original)
+++ branch-1.4-merged Thu Aug 23 15:32:58 2007
@@ -1,1 +1,1 @@
-/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439
+/branches/1.4:1-1291,1293,1298-1300,1326,1332,1336-1338,1342,1346,1349,1356,1359,1362,1381,1384,1395,1399,1402,1413,1416,1426,1432,1435,1439,1442
Modified: trunk/config/setup/install.html
URL: http://svn.digium.com/view/asterisk-gui/trunk/config/setup/install.html?view=diff&rev=1443&r1=1442&r2=1443
==============================================================================
--- trunk/config/setup/install.html (original)
+++ trunk/config/setup/install.html Thu Aug 23 15:32:58 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