X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogout.php;h=0a2a2ba9a82ef4392eabcc08ff51cbd8bf07e32f;hb=cabf98787970f81d5b1f2fe094337dd3d17869c5;hp=716bbfe18dcb1ce60b6fa3fb3dbf7ff4852d5fd5;hpb=a5242af68e65661edb7175412444dce536a7f311;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index 716bbfe1..0a2a2ba9 100644 --- a/access/logout.php +++ b/access/logout.php @@ -9,48 +9,42 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 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 "$app_title $version"; - echo "$app_title $version"; -?> -
 
- " . _("Click here to Login Again.") . ""; -?> -
-
- - - +
\n"; +end_page(false, true); +session_unset(); +@session_destroy();