Project

General

Profile

« Previous | Next » 

Revision 1221

Added by Dietmar over 14 years ago

check if revision $id will be updated

View differences:

branches/2.8.x/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
------------------------------------- 2.8.1 -------------------------------------
14
23-Dec-2009 Dietmar Woellbrink (Luisehahne)
15
!	check if revision $id will be updated
14 16
21-Dec-2009 Moritz Stapelfeldt
15 17
#	Ticket #896: Bugfix in framework/functions.php > added test is_dir to function rm_full_dir
16 18
16-Dec-2009 Ruud Eisinga
branches/2.8.x/wb/modules/backup/index.php
1 1
<?php
2
/****************************************************************************
3
* SVN Version information:
4
*
5
* $Id$
6
*
7
*****************************************************************************
8
*
9
*****************************************************************************
2
/***************************************************************************
10 3
*                          WebsiteBaker
11 4
*
12 5
* WebsiteBaker Project <http://www.websitebaker2.org/>
......
21 14
* with ease.
22 15
*
23 16
*****************************************************************************
24
*
17

  
25 18
*****************************************************************************
26
*                   WebsiteBaker Extra Information (where needed)
27
*
28
*
29
*
30
*****************************************************************************
31
*
32
*****************************************************************************
33 19
*                        LICENSE INFORMATION
34 20
*
35 21
* WebsiteBaker is free software; you can redistribute it and/or
......
45 31
* You should have received a copy of the GNU General Public License
46 32
* along with this program; if not, write to the Free Software
47 33
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
34
****************************************************************************
35

  
36
*****************************************************************************
37
*                   WebsiteBaker Extra Information
38
*
39
*
40
*
41
*
48 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$
51
* @platform     WebsiteBaker 2.8.x
52
* @requirements >= PHP 4.3.4
53
* @license      http://www.gnu.org/licenses/gpl.html
54
*
55
*
56
*/
49 57

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

  

Also available in: Unified diff