X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogout.php;h=ddf5ff4c64ce0261ff2ff5ce0ce6616f8511dba5;hb=bc3bd9da4239732574b92842d5573e3316c749de;hp=a52b4249c45a60f8ea818ed3a000b07462e603f9;hpb=c09be0dad6b05131e240349a375af7a4b7bf3444;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index a52b4249..ddf5ff4c 100644 --- a/access/logout.php +++ b/access/logout.php @@ -1,47 +1,53 @@ . +***********************************************************************/ + +define("FA_LOGOUT_PHP_FILE",""); + +$page_security = 'SA_OPEN'; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); -include_once($path_to_root . "/includes/ui/ui_view.inc"); - -page(_("Logout"), true, false, "", get_js_png_fix()); +add_js_file('login.js'); -?> +include($path_to_root . "/includes/page/header.inc"); +page_header(_("Logout"), true, false, ''); - +echo "
- + - +echo "$app_title $version"; + +echo " - +
" alt="FrontAccounting" width="250" height="50" onload="fixPNG(this)">FrontAccounting
 
-
"; +echo _("Thank you for using") . " "; - echo "$app_title $version"; -?> -
 
- " . _("Click here to Login Again.") . ""; -?> -
"; +echo "" . _("Click here to Login Again.") . ""; +echo "
-
-\n"; +end_page(false, true); +session_unset(); +@session_destroy(); ?>