X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogout.php;h=59373598dd86b8c60ff433cf82ea21f1b2633564;hb=8c7f32852c8ac0f8ec2ecb78fe86c3ed71587ba0;hp=6ea32fd7d6599775499e5427a0e9ea4dfff3d455;hpb=76ca9fef9bb510236a6a7740fa0f60eb7db384c9;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index 6ea32fd7..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
 
@@ -44,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 "