summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-21 05:38:28 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-21 05:38:28 +0000
commit4380e21c81cb00190bb2b0591cf10fdf2ad8238e (patch)
treec3745255523df1fc7cf9a06ed5d44e7d6787697f /bin
parentb4b79c241c55438614a36cceb6b620907f1c3105 (diff)
Moving to 1.2: Adding transaction_id. This will require an update to the session table, please drop table session and recreate with the create statement in Pg-central.sql. This is an anti-hijacking tool and something that will prevent users from double posting data.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@675 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rwxr-xr-xbin/menu.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/menu.pl b/bin/menu.pl
index c44da8be..c5d3a7f7 100755
--- a/bin/menu.pl
+++ b/bin/menu.pl
@@ -57,7 +57,7 @@ sub display {
print qq|
<frameset cols="$menuwidth,*" border="1">
<frame name="acc_menu" src="menu.pl?login=$form->{login}&amp;sessionid=$form->{sessionid}&amp;action=acc_menu&amp;path=$form->{path}&amp;js=$form->{js}" />
- <frame name="main_window" src="am.pl?login=$form->{login}&amp;sessionid=$form->{sessionid}&amp;action=$form->{main}&amp;path=$form->{path}" />
+ <frame name="main_window" src="locale/html/splash.html" />
</frameset>
</html>
|;