Core
3.2
PHP API documentation
Main Page
Related Pages
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
logout.php
Go to the documentation of this file.
1
<?php
2
/*
3
* @author Anakeen
4
* @package FDL
5
*/
6
/**
7
* Close session
8
*
9
* @author Anakeen
10
* @version $Id: logout.php,v 1.12 2008/06/24 16:05:51 jerome Exp $
11
* @package FDL
12
* @subpackage CORE
13
* @deprecated since HTTP Authentification
14
*/
15
/**
16
*/
17
include_once (
'WHAT/Class.AuthenticatorManager.php'
);
18
/**
19
* Close session
20
*
21
*/
22
function
logout
(&
$action
)
23
{
24
global
$_SERVER
;
25
global
$_POST
;
26
27
$action
->session->close();
28
AuthenticatorManager::closeAccess
();
29
exit
(0);
30
}
31
?>
$action
global $action
Definition:
accountRefreshGroup.php:16
$_POST
global $_POST
Definition:
chgpasswd.php:17
AuthenticatorManager\closeAccess
static closeAccess()
Definition:
Class.AuthenticatorManager.php:229
$_SERVER
global $_SERVER
Definition:
cleanContext.php:41
exit
switch($command) exit
Definition:
checkVault.php:46
logout
logout(&$action)
Definition:
logout.php:22
← centre documentaire
© anakeen