linea21-core
[
class tree: linea21-core
] [
index: linea21-core
] [
all elements
]
changeLog
Readme.fr.txt
Packages:
linea21-core
linea21-externals
linea21-languages
linea21-modules
linea21-utils
Source for file logout.php
Documentation is available at
logout.php
<?php
/**
*
@package
linea21.core
*
@subpackage
admin
*
@author
linea21 <info@linea21.com>
*
@version
$id SVN
*
@access
public
*
@license
http://opensource.org/licenses/gpl-3.0.html
*/
////////////////////////////////////
// on tue les variables de sessions
////////////////////////////////////
session_start
(
)
;
include_once
(
"../config/server.php"
)
;
include_once
(
"../lib/no_cache.php"
)
;
$_SESSION
=
array
(
)
;
session_unset
(
)
;
session_destroy
(
)
;
header
(
"Location: login.php"
)
;
?>
Documentation generated on Sat, 08 Nov 2008 14:53:06 +0100 by
phpDocumentor 1.4.1