Open Sencillo  2014.008
 All Data Structures Files Functions Variables Pages
destroy.php
Go to the documentation of this file.
1 <?php
2 /*~ destroy.php
3 .---------------------------------------------------------------------------.
4 | Software: Sencillo Session |
5 | Version: 2014.002 |
6 | Contact: ph@mastery.sk |
7 | ------------------------------------------------------------------------- |
8 | Author: Bc. Peter Horváth (original founder) |
9 | Copyright (c) 2014, Bc. Peter Horváth. All Rights Reserved. |
10 | ------------------------------------------------------------------------- |
11 | License: Distributed under the General Public License (GPL) |
12 | http://www.gnu.org/copyleft/gpl.html |
13 | This program is distributed in the hope that it will be useful - WITHOUT |
14 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
15 | FITNESS FOR A PARTICULAR PURPOSE. |
16 '---------------------------------------------------------------------------'
17 ~*/
18 if($_GET['l']="out")
19 {
20  session_destroy();
21 }
22 ?>