X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=access%2Flogout.php;h=59373598dd86b8c60ff433cf82ea21f1b2633564;hb=630e99edecc3eabe708a9e7bda94eaa60bf16db7;hp=961e631d9a6a3c2b4000cd12fc1fc502fa704cfb;hpb=e9782c04faf09dd040dbc0c908cdb6e6d4f0dcfc;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index 961e631d..59373598 100644 --- a/access/logout.php +++ b/access/logout.php @@ -9,6 +9,9 @@ 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"); @@ -19,7 +22,7 @@ page_header(_("Logout"), true, false, ''); echo " - + @@ -28,7 +31,7 @@ echo "
FrontAccountingFrontAccounting
 
@@ -43,7 +46,5 @@ echo "
"; echo _("Thank you for using") . " "; -echo "$app_title $version"; +echo "".$SysPrefs->app_title." $version"; echo "

\n"; end_page(false, true); +session_unset(); @session_destroy(); -?> - -