usuniety syf (powroty karetki i trailing spaces) z kodu
[watermeloncms.git] / cms / wtrmln / modules / admin / logout.php
blob0da1e38bb36bbeb4b477431281633751cfd42c84
1 <?php
2 /********************************************************************
4 Watermelon CMS
6 Copyright 2008 Radosław Pietruszewski
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 version 2 as published by the Free Software Foundation.
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 ********************************************************************/
23 class Logout extends AdminModule
25 function Logout()
27 parent::AdminModule();
30 function index()
32 $_SESSION['WTRMLN_ADMIN_LOGGED_IN'] = '*****';
33 $_SESSION['WTRMLN_ADMIN_LOGIN'] = '*********';
34 $_SESSION['WTRMLN_ADMIN_PASS'] = '**********';
36 header('Location: ' . WTRMLN_ADMIN . 'login.php');
37 exit;