X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogout.php;h=bb30e713a42f926cdcdaf7c5fa6ec96e3b244824;hb=927ebef2443b6dda544056e33ec84b71d2bdb6c2;hp=762fcd0e2953cce7a9b2427299ca0f822b94f706;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index 762fcd0e..bb30e713 100644 --- a/access/logout.php +++ b/access/logout.php @@ -9,12 +9,16 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ + +define("FA_LOGOUT_PHP_FILE",""); + $page_security = 'SA_OPEN'; $path_to_root=".."; include($path_to_root . "/includes/session.inc"); +add_js_file('login.js'); include($path_to_root . "/includes/page/header.inc"); -page_header(_("Logout"), true, false, '', get_js_png_fix()); +page_header(_("Logout"), true, false, ''); echo " @@ -27,7 +31,7 @@ echo "
@@ -43,7 +47,4 @@ echo "
\n"; end_page(false, true); session_unset(); -session_destroy(); -?> - - +@session_destroy();
"; echo _("Thank you for using") . " "; -echo "$app_title $version"; +echo "".$SysPrefs->app_title." $version"; echo "