Revision 1271
Added by Dietmar almost 15 years ago
backup-sql.php | ||
---|---|---|
1 | 1 |
<?php |
2 |
/**************************************************************************** |
|
3 |
* SVN Version information: |
|
2 |
/* |
|
4 | 3 |
* |
5 |
* $Id$
|
|
4 |
* About WebsiteBaker
|
|
6 | 5 |
* |
7 |
***************************************************************************** |
|
8 |
* |
|
9 |
***************************************************************************** |
|
10 |
* WebsiteBaker |
|
11 |
* |
|
12 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
13 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
14 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
15 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
16 |
* |
|
17 |
* About WebsiteBaker |
|
18 |
* |
|
19 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
20 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
21 | 8 |
* with ease. |
22 | 9 |
* |
23 |
*****************************************************************************
|
|
10 |
* LICENSE INFORMATION
|
|
24 | 11 |
* |
25 |
***************************************************************************** |
|
26 |
* WebsiteBaker Extra Information (where needed) |
|
27 |
* |
|
28 |
* |
|
29 |
* |
|
30 |
***************************************************************************** |
|
31 |
* |
|
32 |
***************************************************************************** |
|
33 |
* LICENSE INFORMATION |
|
34 |
* |
|
35 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
36 | 13 |
* modify it under the terms of the GNU General Public License |
37 | 14 |
* as published by the Free Software Foundation; either version 2 |
... | ... | |
45 | 22 |
* You should have received a copy of the GNU General Public License |
46 | 23 |
* along with this program; if not, write to the Free Software |
47 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
48 |
*****************************************************************************/ |
|
25 |
* |
|
26 |
* WebsiteBaker Extra Information |
|
27 |
* |
|
28 |
* |
|
29 |
*/ |
|
49 | 30 |
/** |
50 | 31 |
* |
51 |
* @category modules |
|
52 |
* @package backup |
|
53 |
* @author Ryan Djurovich |
|
54 |
* @copyright 2004-2009, Ryan Djurovich |
|
55 |
* @copyright 2009, Website Baker Org. e.V. |
|
56 |
* @version $Id$ |
|
57 |
* @platform WebsiteBaker 2.8.x |
|
58 |
* @requirements >= PHP 4.3.4 |
|
59 |
* @license http://www.gnu.org/licenses/gpl.html |
|
32 |
* @category modules |
|
33 |
* @package backup |
|
34 |
* @author WebsiteBaker Project |
|
35 |
* @copyright 2004-2009, Ryan Djurovich |
|
36 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
37 |
* @link http://www.websitebaker2.org/ |
|
38 |
* @license http://www.gnu.org/licenses/gpl.html |
|
39 |
* @platform WebsiteBaker 2.8.x |
|
40 |
* @requirements PHP 4.3.4 and higher |
|
41 |
* @version $Id$ |
|
42 |
* @filesource $HeadURL$ |
|
43 |
* @lastmodified $Date$ |
|
60 | 44 |
* |
61 |
* |
|
62 |
*/ |
|
45 |
*/ |
|
63 | 46 |
|
64 | 47 |
// Filename to use |
65 | 48 |
$filename = $_SERVER['HTTP_HOST'].'-backup-'.gmdate('Y-m-d', time()+TIMEZONE).'.sql'; |
66 | 49 |
Also available in: Unified diff
continue update header info