Project

General

Profile

1
<?php
2
/***************************************************************************
3
*                          WebsiteBaker
4
*
5
* WebsiteBaker Project <http://www.websitebaker2.org/>
6
* Copyright (C) 2009, Website Baker Org. e.V.
7
*         http://start.websitebaker2.org/impressum-datenschutz.php
8
* Copyright (C) 2004-2009, Ryan Djurovich
9
*
10
*                        About WebsiteBaker
11
*
12
* Website Baker is a PHP-based Content Management System (CMS)
13
* designed with one goal in mind: to enable its users to produce websites
14
* with ease.
15
*
16
*****************************************************************************
17

    
18
*****************************************************************************
19
*                        LICENSE INFORMATION
20
*
21
* WebsiteBaker is free software; you can redistribute it and/or
22
* modify it under the terms of the GNU General Public License
23
* as published by the Free Software Foundation; either version 2
24
* of the License, or (at your option) any later version.
25
*
26
* WebsiteBaker is distributed in the hope that it will be useful,
27
* but WITHOUT ANY WARRANTY; without even the implied warranty of
28
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
29
* See the GNU General Public License for more details.
30
*
31
* You should have received a copy of the GNU General Public License
32
* along with this program; if not, write to the Free Software
33
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
34
****************************************************************************
35

    
36
*****************************************************************************
37
*                   WebsiteBaker Extra Information
38
*
39
*
40
*
41
*
42
*****************************************************************************/
43
/**
44
*
45
* @category     modules
46
* @package      backup
47
* @author       Ryan Djurovich
48
* @copyright    2004-2009, Ryan Djurovich
49
* @copyright    2009, Website Baker Org. e.V.
50
* @version      $Id: index.php 1221 2009-12-23 11:29:55Z Luisehahne $
51
* @platform     WebsiteBaker 2.8.x
52
* @requirements >= PHP 4.3.4
53
* @license      http://www.gnu.org/licenses/gpl.html
54
*
55
*
56
*/
57

    
58
header('Location: ../index.php');
59

    
60
?>
(2-2/4)