X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=access%2Flogout.php;h=ee526fda188e0f9c82fa6cc517329c5f56bd6747;hb=d497aeb2d93ed1c705007fa6ff84a4c470f7f538;hp=f548aa97c68c67d55eb3f8f80304b0f741e3587a;hpb=da8311619dd73feae101d246a1957b972e00cbd2;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index f548aa97..ee526fda 100644 --- a/access/logout.php +++ b/access/logout.php @@ -1,47 +1,49 @@ . +***********************************************************************/ +$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()); -?> - - +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(); ?>