X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogout.php;h=3a8831a198b6d3ca6415f2dde26bde6c605192ba;hb=66dfa9cf59409247c48a73257ee840bf58bd3937;hp=762fcd0e2953cce7a9b2427299ca0f822b94f706;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index 762fcd0e..3a8831a1 100644 --- a/access/logout.php +++ b/access/logout.php @@ -12,9 +12,10 @@ $page_security = 'SA_OPEN'; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); +add_js_file('login.js'); include($path_to_root . "/includes/page/header.inc"); -page_header(_("Logout"), true, false, '', get_js_png_fix()); +page_header(_("Logout"), true, false, ''); echo " @@ -43,7 +44,7 @@ echo "
\n"; end_page(false, true); session_unset(); -session_destroy(); +@session_destroy(); ?>