linea21-core
[ class tree: linea21-core ] [ index: linea21-core ] [ all elements ]

Source for file logout.php

Documentation is available at logout.php

  1. <?php
  2. /**
  3.  * @package linea21.core
  4.  * @subpackage admin
  5.  * @author linea21 <info@linea21.com>
  6.  * @version $id SVN
  7.  * @access public
  8.  * @license http://opensource.org/licenses/gpl-3.0.html
  9.  */
  10.  
  11. ////////////////////////////////////
  12. //    on tue les variables de sessions
  13. ////////////////////////////////////
  14.  
  15. include_once("../config/server.php");
  16. include_once("../lib/no_cache.php");
  17. $_SESSION array();
  18.  
  19. header("Location: login.php");
  20. ?>

Documentation generated on Fri, 16 Oct 2009 09:36:07 +0200 by phpDocumentor 1.4.1