X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogout.php;h=59373598dd86b8c60ff433cf82ea21f1b2633564;hb=7e6e0807990447d2977b970c3a0fd28dc9250194;hp=fc2a2d67890882337c533a351fc44bf8aa68c79a;hpb=d2bd6087025dfd8497777f6ce2305ff98879473a;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index fc2a2d67..59373598 100644 --- a/access/logout.php +++ b/access/logout.php @@ -1,56 +1,50 @@ . + See the License here . ***********************************************************************/ -$page_security = 1; + +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 " - +
" alt="FrontAccounting" width="250" height="50" onload="fixPNG(this)">FrontAccounting
 
-
"; +echo _("Thank you for using") . " "; + +echo "".$SysPrefs->app_title." $version"; - echo "$app_title $version"; -?> -
 
- " . _("Click here to Login Again.") . ""; -?> -
-
- - - +
\n"; +end_page(false, true); +session_unset(); +@session_destroy();