X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogout.php;h=0a2a2ba9a82ef4392eabcc08ff51cbd8bf07e32f;hb=cabf98787970f81d5b1f2fe094337dd3d17869c5;hp=ee526fda188e0f9c82fa6cc517329c5f56bd6747;hpb=7e1e2c6ca0e1a974e3d606bae5fa322c7fa4d3bc;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index ee526fda..0a2a2ba9 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"); -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 " @@ -43,7 +47,4 @@ echo "
\n"; end_page(false, true); session_unset(); -session_destroy(); -?> - - +@session_destroy();