Project

General

Profile

« Previous | Next » 

Revision 1271

Added by Dietmar over 14 years ago

continue update header info

View differences:

save.php
1 1
<?php
2
/***************************************************************************
3
* SVN Version information:
2
/*
4 3
*
5
* $Id$
4
*                       About WebsiteBaker
6 5
*
7
*****************************************************************************
8
*
9
*                          WebsiteBaker
10
*
11
* WebsiteBaker Project <http://www.websitebaker2.org/>
12
* Copyright (C) 2009, Website Baker Org. e.V.
13
*         http://start.websitebaker2.org/impressum-datenschutz.php
14
* Copyright (C) 2004-2009, Ryan Djurovich
15
*
16
*                        About WebsiteBaker
17
*
18 6
* Website Baker is a PHP-based Content Management System (CMS)
19 7
* designed with one goal in mind: to enable its users to produce websites
20 8
* with ease.
21 9
*
22
*****************************************************************************
10
*                       LICENSE INFORMATION
23 11
*
24
*****************************************************************************
25
*                        LICENSE INFORMATION
26
*
27 12
* WebsiteBaker is free software; you can redistribute it and/or
28 13
* modify it under the terms of the GNU General Public License
29 14
* as published by the Free Software Foundation; either version 2
......
37 22
* You should have received a copy of the GNU General Public License
38 23
* along with this program; if not, write to the Free Software
39 24
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
40
****************************************************************************
41 25
*
42
*****************************************************************************
43 26
*                   WebsiteBaker Extra Information
44 27
*
45 28
*
46
*
47
*
48
*****************************************************************************/
49

  
29
*/
50 30
/**
51 31
 *
52
 * @category     modules
53
 * @package      menu_link
54
 * @author       Ryan Djurovich
55
 * @copyright    2004-2009, Ryan Djurovich
56
 * @copyright    2009, Website Baker Org. e.V.
57
 * @version      $Id$
58
 * @platform     WebsiteBaker 2.8.x
59
 * @requirements >= PHP 4.3.4
60
 * @license      http://www.gnu.org/licenses/gpl.html
32
 * @category        modules
33
 * @package         menu_link
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$
61 44
 *
62
 *
63
 */
45
*/
64 46

  
65 47
require_once('../../config.php');
66 48

  
67 49

  

Also available in: Unified diff