X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogout.php;h=6ea32fd7d6599775499e5427a0e9ea4dfff3d455;hb=76ca9fef9bb510236a6a7740fa0f60eb7db384c9;hp=fc2a2d67890882337c533a351fc44bf8aa68c79a;hpb=b17df731b4bb055c2fdd568bc4be9e5caa0ee07b;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index fc2a2d67..6ea32fd7 100644 --- a/access/logout.php +++ b/access/logout.php @@ -1,56 +1,50 @@ . + See the License here . ***********************************************************************/ -$page_security = 1; +$page_security = 'SA_OPEN'; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); -include_once($path_to_root . "/includes/ui/ui_view.inc"); +add_js_file('login.js'); -page(_("Logout"), true, false, "", get_js_png_fix()); +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.") . ""; -?> -
-
-\n"; +end_page(false, true); +session_unset(); +session_destroy(); ?>