. ***********************************************************************/ 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, ''); echo "
FrontAccounting
 
"; echo _("Thank you for using") . " "; echo "".$SysPrefs->app_title." $version"; echo "
 
"; echo "" . _("Click here to Login Again.") . ""; echo "

\n"; end_page(false, true); session_unset(); @session_destroy();