X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=access%2Flogout.php;h=0a2a2ba9a82ef4392eabcc08ff51cbd8bf07e32f;hb=cabf98787970f81d5b1f2fe094337dd3d17869c5;hp=3a8831a198b6d3ca6415f2dde26bde6c605192ba;hpb=90b3d069d96b99671af51726e2953352738abb75;p=fa-stable.git diff --git a/access/logout.php b/access/logout.php index 3a8831a1..0a2a2ba9 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"); @@ -45,6 +48,3 @@ echo " end_page(false, true); session_unset(); @session_destroy(); -?> - -