Revision 1271
Added by Luisehahne almost 16 years ago
| branches/2.8.x/INSTALL | ||
|---|---|---|
| 1 |
Website Baker 2 Installation Instructions
|
|
| 1 |
WebsiteBaker 2 Installation Instructions |
|
| 2 | 2 |
============================================ |
| 3 | 3 |
This will quickly explain what you will need |
| 4 |
to install website baker.
|
|
| 4 |
to install websiteBaker.
|
|
| 5 | 5 |
|
| 6 | 6 |
First of all, you must have a webserver with |
| 7 | 7 |
PHP and MySQL installed correctly. Once you |
| ... | ... | |
| 23 | 23 |
|
| 24 | 24 |
Fill-out the form and submit it, and if all |
| 25 | 25 |
the details are correct, you should be taken |
| 26 |
to Website Baker Administration. |
|
| 26 |
to WebsiteBaker Administration. |
|
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.1 ------------------------------------- |
| 14 | 14 |
22-Jan-2010 Dietmar Woellbrink (Luisehahne) |
| 15 |
! continue update header info |
|
| 16 |
22-Jan-2010 Dietmar Woellbrink (Luisehahne) |
|
| 15 | 17 |
! set svn keywords |
| 16 | 18 |
22-Jan-2010 Dietmar Woellbrink (Luisehahne) |
| 17 | 19 |
# Ticket #869 Droplet-Engine does'nt work in some case |
| branches/2.8.x/wb/upgrade-script.php | ||
|---|---|---|
| 39 | 39 |
* @platform WebsiteBaker 2.8.x |
| 40 | 40 |
* @requirements PHP 4.3.4 and higher |
| 41 | 41 |
* @version $Id$ |
| 42 |
* @filesource $HeadURL: $
|
|
| 43 |
* @lastmodified $Date: $
|
|
| 42 |
* @filesource $HeadURL$ |
|
| 43 |
* @lastmodified $Date$ |
|
| 44 | 44 |
* |
| 45 | 45 |
*/ |
| 46 | 46 |
|
| 47 | 47 | |
| branches/2.8.x/wb/admin/groups/groups.php | ||
|---|---|---|
| 30 | 30 |
/** |
| 31 | 31 |
* |
| 32 | 32 |
* @category admin |
| 33 |
* @package group permission
|
|
| 33 |
* @package groups
|
|
| 34 | 34 |
* @author WebsiteBaker Project |
| 35 | 35 |
* @copyright 2004-2009, Ryan Djurovich |
| 36 | 36 |
* @copyright 2009-2010, Website Baker Org. e.V. |
| branches/2.8.x/wb/admin/groups/index.php | ||
|---|---|---|
| 30 | 30 |
/** |
| 31 | 31 |
* |
| 32 | 32 |
* @category admin |
| 33 |
* @package permission
|
|
| 33 |
* @package groups
|
|
| 34 | 34 |
* @author WebsiteBaker Project |
| 35 | 35 |
* @copyright 2004-2009, Ryan Djurovich |
| 36 | 36 |
* @copyright 2009-2010, Website Baker Org. e.V. |
| branches/2.8.x/wb/admin/start/index.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/**************************************************************************** |
|
| 3 |
* SVN Version information: |
|
| 2 |
/* |
|
| 4 | 3 |
* |
| 5 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 6 | 5 |
* |
| 7 |
***************************************************************************** |
|
| 8 |
* WebsiteBaker |
|
| 9 |
* |
|
| 10 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 11 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 12 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 13 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 14 |
* |
|
| 15 |
* About WebsiteBaker |
|
| 16 |
* |
|
| 17 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 18 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 19 | 8 |
* with ease. |
| 20 | 9 |
* |
| 21 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 22 | 11 |
* |
| 23 |
***************************************************************************** |
|
| 24 |
* LICENSE INFORMATION |
|
| 25 |
* |
|
| 26 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 27 | 13 |
* modify it under the terms of the GNU General Public License |
| 28 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 36 | 22 |
* You should have received a copy of the GNU General Public License |
| 37 | 23 |
* along with this program; if not, write to the Free Software |
| 38 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 39 |
**************************************************************************** |
|
| 40 | 25 |
* |
| 41 | 26 |
* WebsiteBaker Extra Information |
| 42 | 27 |
* |
| 43 | 28 |
* |
| 44 |
* |
|
| 45 |
* |
|
| 46 |
*****************************************************************************/ |
|
| 29 |
*/ |
|
| 47 | 30 |
/** |
| 48 | 31 |
* |
| 49 |
* @category admin |
|
| 50 |
* @package start |
|
| 51 |
* @author Ryan Djurovich |
|
| 52 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 53 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 54 |
* @version $Id$ |
|
| 55 |
* @platform WebsiteBaker 2.8.x |
|
| 56 |
* @requirements >= PHP 4.3.4 |
|
| 57 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 32 |
* @category admin |
|
| 33 |
* @package start |
|
| 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$ |
|
| 58 | 44 |
* |
| 59 |
*/
|
|
| 45 |
*/ |
|
| 60 | 46 |
|
| 61 | 47 |
require('../../config.php');
|
| 62 | 48 |
require_once(WB_PATH.'/framework/class.admin.php'); |
| 63 | 49 | |
| branches/2.8.x/wb/admin/pages/settings.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/**************************************************************************** |
|
| 3 |
* SVN Version information: |
|
| 2 |
/* |
|
| 4 | 3 |
* |
| 5 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 6 | 5 |
* |
| 7 |
***************************************************************************** |
|
| 8 |
* WebsiteBaker |
|
| 9 |
* |
|
| 10 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 11 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 12 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 13 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 14 |
* |
|
| 15 |
* About WebsiteBaker |
|
| 16 |
* |
|
| 17 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 18 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 19 | 8 |
* with ease. |
| 20 | 9 |
* |
| 21 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 22 | 11 |
* |
| 23 |
***************************************************************************** |
|
| 24 |
* LICENSE INFORMATION |
|
| 25 |
* |
|
| 26 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 27 | 13 |
* modify it under the terms of the GNU General Public License |
| 28 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 36 | 22 |
* You should have received a copy of the GNU General Public License |
| 37 | 23 |
* along with this program; if not, write to the Free Software |
| 38 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 39 |
**************************************************************************** |
|
| 40 | 25 |
* |
| 41 |
***************************************************************************** |
|
| 42 | 26 |
* WebsiteBaker Extra Information |
| 43 | 27 |
* |
| 44 | 28 |
* |
| 45 |
* |
|
| 46 |
* |
|
| 47 |
*****************************************************************************/ |
|
| 29 |
*/ |
|
| 48 | 30 |
/** |
| 49 |
* @category admin |
|
| 50 |
* @package pages |
|
| 51 |
* @author Ryan Djurovich |
|
| 52 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 53 |
* @copyright 2009, Website Baker Org. e.V. |
|
| 54 |
* @version $Id$ |
|
| 55 |
* @platform WebsiteBaker 2.8.x |
|
| 56 |
* @requirements >= PHP 4.3.4 |
|
| 57 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 58 | 31 |
* |
| 59 |
*/ |
|
| 32 |
* @category admin |
|
| 33 |
* @package pages |
|
| 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$ |
|
| 44 |
* |
|
| 45 |
*/ |
|
| 60 | 46 |
|
| 61 | 47 |
// Get page id |
| 62 | 48 |
if(!isset($_GET['page_id']) OR !is_numeric($_GET['page_id'])) {
|
| 63 | 49 | |
| branches/2.8.x/wb/admin/pages/modify.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/**************************************************************************** |
|
| 3 |
* SVN Version information: |
|
| 2 |
/* |
|
| 4 | 3 |
* |
| 5 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 6 | 5 |
* |
| 7 |
***************************************************************************** |
|
| 8 |
* WebsiteBaker |
|
| 9 |
* |
|
| 10 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 11 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 12 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 13 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 14 |
* |
|
| 15 |
* About WebsiteBaker |
|
| 16 |
* |
|
| 17 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 18 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 19 | 8 |
* with ease. |
| 20 | 9 |
* |
| 21 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 22 | 11 |
* |
| 23 |
***************************************************************************** |
|
| 24 |
* LICENSE INFORMATION |
|
| 25 |
* |
|
| 26 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 27 | 13 |
* modify it under the terms of the GNU General Public License |
| 28 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 36 | 22 |
* You should have received a copy of the GNU General Public License |
| 37 | 23 |
* along with this program; if not, write to the Free Software |
| 38 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 39 |
**************************************************************************** |
|
| 40 | 25 |
* |
| 41 |
***************************************************************************** |
|
| 42 | 26 |
* WebsiteBaker Extra Information |
| 43 | 27 |
* |
| 44 | 28 |
* |
| 45 |
* |
|
| 46 |
* |
|
| 47 |
*****************************************************************************/ |
|
| 29 |
*/ |
|
| 48 | 30 |
/** |
| 49 |
* @category admin |
|
| 50 |
* @package pages |
|
| 51 |
* @author Ryan Djurovich |
|
| 52 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 53 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 54 |
* @version $Id$ |
|
| 55 |
* @platform WebsiteBaker 2.8.x |
|
| 56 |
* @requirements >= PHP 4.3.4 |
|
| 57 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 58 | 31 |
* |
| 59 |
*/ |
|
| 32 |
* @category admin |
|
| 33 |
* @package pages |
|
| 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$ |
|
| 44 |
* |
|
| 45 |
*/ |
|
| 60 | 46 |
|
| 61 | 47 |
// Get page id |
| 62 | 48 |
if(!isset($_GET['page_id']) OR !is_numeric($_GET['page_id'])) {
|
| 63 | 49 | |
| branches/2.8.x/wb/admin/interface/version.php | ||
|---|---|---|
| 52 | 52 |
|
| 53 | 53 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 54 | 54 |
if(!defined('VERSION')) define('VERSION', '2.8.1');
|
| 55 |
if(!defined('REVISION')) define('REVISION', '1270');
|
|
| 55 |
if(!defined('REVISION')) define('REVISION', '1271');
|
|
| 56 | 56 |
|
| 57 | 57 |
?> |
| branches/2.8.x/wb/admin/users/users.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/**************************************************************************** |
|
| 3 |
* SVN Version information: |
|
| 2 |
/* |
|
| 4 | 3 |
* |
| 5 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 6 | 5 |
* |
| 7 |
***************************************************************************** |
|
| 8 |
* WebsiteBaker |
|
| 9 |
* |
|
| 10 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 11 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 12 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 13 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 14 |
* |
|
| 15 |
* About WebsiteBaker |
|
| 16 |
* |
|
| 17 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 18 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 19 | 8 |
* with ease. |
| 20 | 9 |
* |
| 21 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 22 | 11 |
* |
| 23 |
***************************************************************************** |
|
| 24 |
* LICENSE INFORMATION |
|
| 25 |
* |
|
| 26 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 27 | 13 |
* modify it under the terms of the GNU General Public License |
| 28 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 36 | 22 |
* You should have received a copy of the GNU General Public License |
| 37 | 23 |
* along with this program; if not, write to the Free Software |
| 38 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 39 |
**************************************************************************** |
|
| 40 | 25 |
* |
| 41 |
***************************************************************************** |
|
| 42 | 26 |
* WebsiteBaker Extra Information |
| 43 | 27 |
* |
| 44 | 28 |
* |
| 45 |
* |
|
| 46 |
* |
|
| 47 |
*****************************************************************************/ |
|
| 29 |
*/ |
|
| 48 | 30 |
/** |
| 49 |
* @category admin |
|
| 50 |
* @package users |
|
| 51 |
* @author Ryan Djurovich |
|
| 52 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 53 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 54 |
* @version $Id$ |
|
| 55 |
* @platform WebsiteBaker 2.8.x |
|
| 56 |
* @requirements >= PHP 4.3.4 |
|
| 57 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 58 | 31 |
* |
| 59 |
*/ |
|
| 32 |
* @category admin |
|
| 33 |
* @package users |
|
| 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$ |
|
| 44 |
* |
|
| 45 |
*/ |
|
| 60 | 46 |
|
| 61 | 47 |
// Include config file and admin class file |
| 62 | 48 |
require('../../config.php');
|
| 63 | 49 | |
| branches/2.8.x/wb/admin/users/index.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/**************************************************************************** |
|
| 3 |
* SVN Version information: |
|
| 2 |
/* |
|
| 4 | 3 |
* |
| 5 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 6 | 5 |
* |
| 7 |
***************************************************************************** |
|
| 8 |
* WebsiteBaker |
|
| 9 |
* |
|
| 10 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 11 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 12 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 13 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 14 |
* |
|
| 15 |
* About WebsiteBaker |
|
| 16 |
* |
|
| 17 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 18 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 19 | 8 |
* with ease. |
| 20 | 9 |
* |
| 21 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 22 | 11 |
* |
| 23 |
***************************************************************************** |
|
| 24 |
* LICENSE INFORMATION |
|
| 25 |
* |
|
| 26 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 27 | 13 |
* modify it under the terms of the GNU General Public License |
| 28 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 36 | 22 |
* You should have received a copy of the GNU General Public License |
| 37 | 23 |
* along with this program; if not, write to the Free Software |
| 38 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 39 |
**************************************************************************** |
|
| 40 | 25 |
* |
| 41 |
***************************************************************************** |
|
| 42 | 26 |
* WebsiteBaker Extra Information |
| 43 | 27 |
* |
| 44 | 28 |
* |
| 45 |
* |
|
| 46 |
* |
|
| 47 |
*****************************************************************************/ |
|
| 29 |
*/ |
|
| 48 | 30 |
/** |
| 49 |
* @category admin |
|
| 50 |
* @package users |
|
| 51 |
* @author Ryan Djurovich |
|
| 52 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 53 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 54 |
* @version $Id$ |
|
| 55 |
* @platform WebsiteBaker 2.8.x |
|
| 56 |
* @requirements >= PHP 4.3.4 |
|
| 57 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 58 | 31 |
* |
| 59 |
*/ |
|
| 32 |
* @category admin |
|
| 33 |
* @package users |
|
| 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$ |
|
| 44 |
* |
|
| 45 |
*/ |
|
| 60 | 46 |
|
| 61 | 47 |
|
| 62 | 48 |
require('../../config.php');
|
| 63 | 49 | |
| branches/2.8.x/wb/admin/login/forgot/index.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/**************************************************************************** |
|
| 3 |
* SVN Version information: |
|
| 2 |
/* |
|
| 4 | 3 |
* |
| 5 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 6 | 5 |
* |
| 7 |
***************************************************************************** |
|
| 8 |
* WebsiteBaker |
|
| 9 |
* |
|
| 10 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 11 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 12 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 13 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 14 |
* |
|
| 15 |
* About WebsiteBaker |
|
| 16 |
* |
|
| 17 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 18 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 19 | 8 |
* with ease. |
| 20 | 9 |
* |
| 21 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 22 | 11 |
* |
| 23 |
***************************************************************************** |
|
| 24 |
* LICENSE INFORMATION |
|
| 25 |
* |
|
| 26 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 27 | 13 |
* modify it under the terms of the GNU General Public License |
| 28 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 36 | 22 |
* You should have received a copy of the GNU General Public License |
| 37 | 23 |
* along with this program; if not, write to the Free Software |
| 38 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 39 |
**************************************************************************** |
|
| 40 | 25 |
* |
| 41 |
***************************************************************************** |
|
| 42 | 26 |
* WebsiteBaker Extra Information |
| 43 | 27 |
* |
| 44 | 28 |
* |
| 45 |
* |
|
| 46 |
* |
|
| 47 |
*****************************************************************************/ |
|
| 29 |
*/ |
|
| 48 | 30 |
/** |
| 49 |
* @category admin |
|
| 50 |
* @package login |
|
| 51 |
* @author Ryan Djurovich |
|
| 52 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 53 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 54 |
* @version $Id$ |
|
| 55 |
* @platform WebsiteBaker 2.8.x |
|
| 56 |
* @requirements >= PHP 4.3.4 |
|
| 57 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 58 | 31 |
* |
| 59 |
*/ |
|
| 32 |
* @category admin |
|
| 33 |
* @package login |
|
| 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$ |
|
| 44 |
* |
|
| 45 |
*/ |
|
| 60 | 46 |
|
| 61 | 47 |
// Include the configuration file |
| 62 | 48 |
require('../../../config.php');
|
| 63 | 49 | |
| branches/2.8.x/wb/framework/class.admin.php | ||
|---|---|---|
| 39 | 39 |
* @platform WebsiteBaker 2.8.x |
| 40 | 40 |
* @requirements PHP 4.3.4 and higher |
| 41 | 41 |
* @version $Id$ |
| 42 |
* @filesource $HeadURL: $
|
|
| 43 |
* @lastmodified $Date: $
|
|
| 42 |
* @filesource $HeadURL$ |
|
| 43 |
* @lastmodified $Date$ |
|
| 44 | 44 |
* |
| 45 | 45 |
*/ |
| 46 | 46 |
|
| 47 | 47 | |
| branches/2.8.x/wb/modules/menu_link/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 | |
| branches/2.8.x/wb/modules/menu_link/index.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/*************************************************************************** |
|
| 3 |
* SVN Version information: |
|
| 2 |
/* |
|
| 4 | 3 |
* |
| 5 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 6 | 5 |
* |
| 7 |
***************************************************************************** |
|
| 8 |
* WebsiteBaker |
|
| 9 |
* |
|
| 10 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 11 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 12 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 13 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 14 |
* |
|
| 15 |
* About WebsiteBaker |
|
| 16 |
* |
|
| 17 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 18 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 19 | 8 |
* with ease. |
| 20 | 9 |
* |
| 21 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 22 | 11 |
* |
| 23 |
***************************************************************************** |
|
| 24 |
* LICENSE INFORMATION |
|
| 25 |
* |
|
| 26 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 27 | 13 |
* modify it under the terms of the GNU General Public License |
| 28 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 36 | 22 |
* You should have received a copy of the GNU General Public License |
| 37 | 23 |
* along with this program; if not, write to the Free Software |
| 38 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 39 |
**************************************************************************** |
|
| 40 | 25 |
* |
| 41 |
***************************************************************************** |
|
| 42 | 26 |
* WebsiteBaker Extra Information |
| 43 | 27 |
* |
| 44 | 28 |
* |
| 45 |
* |
|
| 46 |
* |
|
| 47 |
*****************************************************************************/ |
|
| 29 |
*/ |
|
| 48 | 30 |
/** |
| 49 | 31 |
* |
| 50 |
* @category modules |
|
| 51 |
* @package menu_link |
|
| 52 |
* @author Ryan Djurovich |
|
| 53 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 54 |
* @copyright 2009, Website Baker Org. e.V. |
|
| 55 |
* @version $Id$ |
|
| 56 |
* @platform WebsiteBaker 2.8.x |
|
| 57 |
* @requirements >= PHP 4.3.4 |
|
| 58 |
* @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$ |
|
| 59 | 44 |
* |
| 60 |
* |
|
| 61 |
*/ |
|
| 45 |
*/ |
|
| 62 | 46 |
|
| 63 | 47 |
header('Location: ../index.php');
|
| 64 | 48 |
|
| 65 | 49 | |
| branches/2.8.x/wb/modules/menu_link/modify.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/*************************************************************************** |
|
| 3 |
* SVN Version information: |
|
| 2 |
/* |
|
| 4 | 3 |
* |
| 5 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 6 | 5 |
* |
| 7 |
***************************************************************************** |
|
| 8 |
* WebsiteBaker |
|
| 9 |
* |
|
| 10 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 11 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 12 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 13 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 14 |
* |
|
| 15 |
* About WebsiteBaker |
|
| 16 |
* |
|
| 17 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 18 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 19 | 8 |
* with ease. |
| 20 | 9 |
* |
| 21 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 22 | 11 |
* |
| 23 |
***************************************************************************** |
|
| 24 |
* LICENSE INFORMATION |
|
| 25 |
* |
|
| 26 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 27 | 13 |
* modify it under the terms of the GNU General Public License |
| 28 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 36 | 22 |
* You should have received a copy of the GNU General Public License |
| 37 | 23 |
* along with this program; if not, write to the Free Software |
| 38 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 39 |
**************************************************************************** |
|
| 40 | 25 |
* |
| 41 |
***************************************************************************** |
|
| 42 | 26 |
* WebsiteBaker Extra Information |
| 43 | 27 |
* |
| 44 | 28 |
* |
| 45 |
* |
|
| 46 |
* |
|
| 47 |
*****************************************************************************/ |
|
| 48 |
|
|
| 29 |
*/ |
|
| 49 | 30 |
/** |
| 50 | 31 |
* |
| 51 |
* @category modules |
|
| 52 |
* @package menu_link |
|
| 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 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$ |
|
| 60 | 44 |
* |
| 61 |
* |
|
| 62 |
*/ |
|
| 45 |
*/ |
|
| 63 | 46 |
|
| 64 | 47 |
// Must include code to stop this file being accessed directly |
| 65 | 48 |
if(defined('WB_PATH') == false) { exit("Cannot access this file directly"); }
|
| 66 | 49 | |
| branches/2.8.x/wb/modules/wysiwyg/save.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
/**************************************************************************** |
|
| 3 |
* SVN Version information: |
|
| 2 |
/* |
|
| 4 | 3 |
* |
| 5 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 6 | 5 |
* |
| 7 |
***************************************************************************** |
|
| 8 |
* WebsiteBaker |
|
| 9 |
* |
|
| 10 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 11 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 12 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 13 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 14 |
* |
|
| 15 |
* About WebsiteBaker |
|
| 16 |
* |
|
| 17 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 18 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 19 | 8 |
* with ease. |
| 20 | 9 |
* |
| 21 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 22 | 11 |
* |
| 23 |
***************************************************************************** |
|
| 24 |
* LICENSE INFORMATION |
|
| 25 |
* |
|
| 26 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 27 | 13 |
* modify it under the terms of the GNU General Public License |
| 28 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 36 | 22 |
* You should have received a copy of the GNU General Public License |
| 37 | 23 |
* along with this program; if not, write to the Free Software |
| 38 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 39 |
**************************************************************************** |
|
| 40 | 25 |
* |
| 41 | 26 |
* WebsiteBaker Extra Information |
| 42 | 27 |
* |
| 43 | 28 |
* |
| 44 |
* |
|
| 45 |
* |
|
| 46 |
*****************************************************************************/ |
|
| 29 |
*/ |
|
| 47 | 30 |
/** |
| 48 | 31 |
* |
| 49 |
* @category backend |
|
| 50 |
* @package wysiwyg |
|
| 51 |
* @author Ryan Djurovich |
|
| 52 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 53 |
* @copyright 2009, Website Baker Org. e.V. |
|
| 54 |
* @version $Id$ |
|
| 55 |
* @platform WebsiteBaker 2.8.x |
|
| 56 |
* @requirements >= PHP 4.3.4 |
|
| 57 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 32 |
* @category backend |
|
| 33 |
* @package wysiwyg |
|
| 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$ |
|
| 58 | 44 |
* |
| 59 |
*/
|
|
| 45 |
*/ |
|
| 60 | 46 |
|
| 61 | 47 |
require('../../config.php');
|
| 62 | 48 |
|
| 63 | 49 | |
| branches/2.8.x/wb/modules/captcha_control/languages/SK.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 |
* LICENSE INFORMATION |
|
| 27 |
* |
|
| 28 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 29 | 13 |
* modify it under the terms of the GNU General Public License |
| 30 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 38 | 22 |
* You should have received a copy of the GNU General Public License |
| 39 | 23 |
* along with this program; if not, write to the Free Software |
| 40 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 41 |
**************************************************************************** |
|
| 42 | 25 |
* |
| 43 | 26 |
* WebsiteBaker Extra Information |
| 44 | 27 |
* |
| 45 | 28 |
* |
| 46 |
* |
|
| 47 |
* |
|
| 48 |
* |
|
| 49 |
* |
|
| 50 |
* |
|
| 51 |
*****************************************************************************/ |
|
| 29 |
*/ |
|
| 52 | 30 |
/** |
| 53 | 31 |
* |
| 54 |
* @category frontend |
|
| 55 |
* @package framework |
|
| 56 |
* @author Ryan Djurovich |
|
| 57 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 58 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 59 |
* @version $Id$ |
|
| 60 |
* @platform WebsiteBaker 2.8.x |
|
| 61 |
* @requirements >= PHP 4.3.4 |
|
| 62 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 32 |
* @category backend |
|
| 33 |
* @package languages |
|
| 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$ |
|
| 63 | 44 |
* |
| 64 |
*/
|
|
| 45 |
*/ |
|
| 65 | 46 |
|
| 66 | 47 |
// Headings and text outputs |
| 67 | 48 |
$MOD_CAPTCHA_CONTROL['HEADING'] = 'Captcha a ASP kontrola'; |
| 68 | 49 | |
| branches/2.8.x/wb/modules/backup/info.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 |
$module_directory = 'backup'; |
| 65 | 48 |
$module_name = 'Backup'; |
| 66 | 49 | |
| branches/2.8.x/wb/modules/backup/tool.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
|
|
| 3 |
/**************************************************************************** |
|
| 4 |
* SVN Version information: |
|
| 2 |
/* |
|
| 5 | 3 |
* |
| 6 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 7 | 5 |
* |
| 8 |
***************************************************************************** |
|
| 9 |
* |
|
| 10 |
***************************************************************************** |
|
| 11 |
* WebsiteBaker |
|
| 12 |
* |
|
| 13 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 14 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 15 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 16 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 17 |
* |
|
| 18 |
* About WebsiteBaker |
|
| 19 |
* |
|
| 20 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 21 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 22 | 8 |
* with ease. |
| 23 | 9 |
* |
| 24 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 25 | 11 |
* |
| 26 |
***************************************************************************** |
|
| 27 |
* WebsiteBaker Extra Information (where needed) |
|
| 28 |
* |
|
| 29 |
* |
|
| 30 |
* |
|
| 31 |
***************************************************************************** |
|
| 32 |
* |
|
| 33 |
***************************************************************************** |
|
| 34 |
* LICENSE INFORMATION |
|
| 35 |
* |
|
| 36 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 37 | 13 |
* modify it under the terms of the GNU General Public License |
| 38 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 46 | 22 |
* You should have received a copy of the GNU General Public License |
| 47 | 23 |
* along with this program; if not, write to the Free Software |
| 48 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 49 |
*****************************************************************************/ |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 50 | 30 |
/** |
| 51 | 31 |
* |
| 52 |
* @category modules |
|
| 53 |
* @package backup |
|
| 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 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$ |
|
| 61 | 44 |
* |
| 62 |
* |
|
| 63 |
*/ |
|
| 45 |
*/ |
|
| 64 | 46 |
|
| 65 | 47 |
// Direct access prevention |
| 66 | 48 |
defined('WB_PATH') OR die(header('Location: ../index.php'));
|
| 67 | 49 | |
| branches/2.8.x/wb/modules/backup/languages/NL.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
|
|
| 3 |
/**************************************************************************** |
|
| 4 |
* SVN Version information: |
|
| 2 |
/* |
|
| 5 | 3 |
* |
| 6 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 7 | 5 |
* |
| 8 |
***************************************************************************** |
|
| 9 |
* |
|
| 10 |
***************************************************************************** |
|
| 11 |
* WebsiteBaker |
|
| 12 |
* |
|
| 13 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 14 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 15 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 16 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 17 |
* |
|
| 18 |
* About WebsiteBaker |
|
| 19 |
* |
|
| 20 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 21 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 22 | 8 |
* with ease. |
| 23 | 9 |
* |
| 24 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 25 | 11 |
* |
| 26 |
***************************************************************************** |
|
| 27 |
* WebsiteBaker Extra Information (where needed) |
|
| 28 |
* |
|
| 29 |
* DUTCH LANGUAGE FILE FOR THE ADDON: BACKUP |
|
| 30 |
* |
|
| 31 |
***************************************************************************** |
|
| 32 |
* |
|
| 33 |
***************************************************************************** |
|
| 34 |
* LICENSE INFORMATION |
|
| 35 |
* |
|
| 36 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 37 | 13 |
* modify it under the terms of the GNU General Public License |
| 38 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 46 | 22 |
* You should have received a copy of the GNU General Public License |
| 47 | 23 |
* along with this program; if not, write to the Free Software |
| 48 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 49 |
*****************************************************************************/ |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 30 |
/** |
|
| 31 |
* |
|
| 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$ |
|
| 44 |
* |
|
| 45 |
*/ |
|
| 50 | 46 |
|
| 51 | 47 |
// text outputs |
| 52 | 48 |
$MOD_BACKUP['BACKUP_ALL_TABLES'] = 'Backup van alle tabellen in de database'; |
| 53 | 49 | |
| branches/2.8.x/wb/modules/backup/languages/NO.php | ||
|---|---|---|
| 1 | 1 |
<?php |
| 2 |
|
|
| 3 |
/**************************************************************************** |
|
| 4 |
* SVN Version information: |
|
| 2 |
/* |
|
| 5 | 3 |
* |
| 6 |
* $Id$
|
|
| 4 |
* About WebsiteBaker
|
|
| 7 | 5 |
* |
| 8 |
***************************************************************************** |
|
| 9 |
* |
|
| 10 |
***************************************************************************** |
|
| 11 |
* WebsiteBaker |
|
| 12 |
* |
|
| 13 |
* WebsiteBaker Project <http://www.websitebaker2.org/> |
|
| 14 |
* Copyright (C) 2009, Website Baker Org. e.V. |
|
| 15 |
* http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 16 |
* Copyright (C) 2004-2009, Ryan Djurovich |
|
| 17 |
* |
|
| 18 |
* About WebsiteBaker |
|
| 19 |
* |
|
| 20 | 6 |
* Website Baker is a PHP-based Content Management System (CMS) |
| 21 | 7 |
* designed with one goal in mind: to enable its users to produce websites |
| 22 | 8 |
* with ease. |
| 23 | 9 |
* |
| 24 |
*****************************************************************************
|
|
| 10 |
* LICENSE INFORMATION
|
|
| 25 | 11 |
* |
| 26 |
***************************************************************************** |
|
| 27 |
* WebsiteBaker Extra Information (where needed) |
|
| 28 |
* |
|
| 29 |
* NORWEGIAN LANGUAGE FILE FOR THE ADDON: BACKUP |
|
| 30 |
* |
|
| 31 |
***************************************************************************** |
|
| 32 |
* |
|
| 33 |
***************************************************************************** |
|
| 34 |
* LICENSE INFORMATION |
|
| 35 |
* |
|
| 36 | 12 |
* WebsiteBaker is free software; you can redistribute it and/or |
| 37 | 13 |
* modify it under the terms of the GNU General Public License |
| 38 | 14 |
* as published by the Free Software Foundation; either version 2 |
| ... | ... | |
| 46 | 22 |
* You should have received a copy of the GNU General Public License |
| 47 | 23 |
* along with this program; if not, write to the Free Software |
| 48 | 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 49 |
*****************************************************************************/ |
|
| 25 |
* |
|
| 26 |
* WebsiteBaker Extra Information |
|
| 27 |
* |
|
| 28 |
* |
|
| 29 |
*/ |
|
| 30 |
/** |
|
| 31 |
* |
|
| 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$ |
|
| 44 |
* |
|
| 45 |
*/ |
|
| 50 | 46 |
|
| 51 | 47 |
// text outputs |
| 52 | 48 |
$MOD_BACKUP['BACKUP_ALL_TABLES'] ='Sikkerhetskopier alle tabellene i databsen'; |
| 53 | 49 | |
Also available in: Unified diff
continue update header info