Core  3.2
PHP API documentation
 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();
29  exit(0);
30 }
31 ?>
global $action
global $_POST
Definition: chgpasswd.php:17
global $_SERVER
switch($command) exit
Definition: checkVault.php:46
logout(&$action)
Definition: logout.php:22
← centre documentaire © anakeen