[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [673] trunk/bin/menu.pl
- Subject: SF.net SVN: ledger-smb: [673] trunk/bin/menu.pl
- From: ..hidden..
- Date: Mon, 20 Nov 2006 21:08:09 -0800
Revision: 673
http://svn.sourceforge.net/ledger-smb/?rev=673&view=rev
Author: christopherm
Date: 2006-11-20 21:08:09 -0800 (Mon, 20 Nov 2006)
Log Message:
-----------
first login needs to load a static html page to avoid a race between the two framesets trying to load two pages that require authentication and a transaction_id
Modified Paths:
--------------
trunk/bin/menu.pl
Modified: trunk/bin/menu.pl
===================================================================
--- trunk/bin/menu.pl 2006-11-21 05:05:31 UTC (rev 672)
+++ trunk/bin/menu.pl 2006-11-21 05:08:09 UTC (rev 673)
@@ -57,7 +57,7 @@
print qq|
<frameset cols="$menuwidth,*" border="1">
<frame name="acc_menu" src="menu.pl?login=$form->{login}&sessionid=$form->{sessionid}&action=acc_menu&path=$form->{path}&js=$form->{js}" />
- <frame name="main_window" src="am.pl?login=$form->{login}&sessionid=$form->{sessionid}&action=$form->{main}&path=$form->{path}" />
+ <frame name="main_window" src="locale/html/splash.html" />
</frameset>
</html>
|;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.