summaryrefslogtreecommitdiff
path: root/logout.php
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2015-12-08 15:04:05 +0000
committerlsces <lester@lsces.co.uk>2015-12-08 15:04:05 +0000
commit989bcff1ef63dc647972682f8ab6cda9932855ed (patch)
treedffd35df0b88ee415e34c2cc61dab5d0c970dace /logout.php
parentd48968281f23ec1bc4678bf53f30e8499fcc913d (diff)
parented1e8f1ecf08c64ed51fc6d29edce7ec90e69fa6 (diff)
downloadusers-989bcff1ef63dc647972682f8ab6cda9932855ed.tar.gz
users-989bcff1ef63dc647972682f8ab6cda9932855ed.tar.bz2
users-989bcff1ef63dc647972682f8ab6cda9932855ed.zip
Merge with local
Diffstat (limited to 'logout.php')
-rw-r--r--logout.php12
1 files changed, 3 insertions, 9 deletions
diff --git a/logout.php b/logout.php
index 094a432..35d041b 100644
--- a/logout.php
+++ b/logout.php
@@ -1,14 +1,9 @@
<?php
/**
- * $Header$
+ * logout
*
- * Copyright (c) 2004 bitweaver.org
- * Copyright (c) 2003 tikwiki.org
- * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
- * All Rights Reserved. See below for details and a complete list of authors.
- * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
+ * @copyright (c) 2004-15 bitweaver.org
*
- * $Id$
* @package users
* @subpackage functions
*/
@@ -29,5 +24,4 @@ if ($gBitSystem->isPackageActive( 'LIVE_SUPPORT_PKG_NAME' ) ) {
}
$gBitUser->logout();
header ("location: ".$gBitSystem->getDefaultPage());
-exit;
-?>
+exit; \ No newline at end of file