diff options
author | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-21 05:22:23 +0000 |
---|---|---|
committer | christopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-21 05:22:23 +0000 |
commit | fcca8f01242823871f20c8dc7c8fdabae40fa449 (patch) | |
tree | 73ab52e1d270ff4d83764deea9bde71aa6d08517 /locale | |
parent | d976af59401d1bb8519cbafecd180b1f00838e47 (diff) |
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/trunk@674 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'locale')
-rwxr-xr-x | locale/html/splash.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/html/splash.html b/locale/html/splash.html index 32cdb5c1..18719b5c 100755 --- a/locale/html/splash.html +++ b/locale/html/splash.html @@ -6,7 +6,7 @@ <title>LedgerSMB Splash page</title> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="-1" /> - <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> + <link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon" /> <link rel="stylesheet" href="../../css/ledger-smb.css" type="text/css" title="LedgerSMB stylesheet" /> <meta name="robots" content="noindex,nofollow" /> </head> |