1 |
1428
|
Luisehahne
|
<?php
|
2 |
|
|
/**
|
3 |
|
|
*
|
4 |
|
|
* @category modules
|
5 |
|
|
* @package show_menu2
|
6 |
|
|
* @author Independend-Software-Team
|
7 |
|
|
* @author WebsiteBaker Project
|
8 |
|
|
* @copyright 2004-2009, Ryan Djurovich
|
9 |
|
|
* @copyright 2009-2011, Website Baker Org. e.V.
|
10 |
|
|
* @link http://www.websitebaker2.org/
|
11 |
|
|
* @license http://www.gnu.org/licenses/gpl.html
|
12 |
|
|
* @platform WebsiteBaker 2.8.x
|
13 |
|
|
* @requirements PHP 5.2.2 and higher
|
14 |
1457
|
Luisehahne
|
* @version $Id: upgrade.php 1428 2011-02-07 04:55:31Z Luisehahne $
|
15 |
|
|
* @filesource $HeadURL: http://svn.websitebaker2.org/branches/2.8.x/wb/modules/code/upgrade.php $
|
16 |
|
|
* @lastmodified $Date: 2011-02-07 05:55:31 +0100 (Mo, 07. Feb 2011) $
|
17 |
1428
|
Luisehahne
|
*
|
18 |
|
|
*/
|
19 |
|
|
|
20 |
|
|
// Must include code to stop this file being access directly
|
21 |
|
|
if(defined('WB_PATH') == false) { exit("Cannot access this file directly"); }
|
22 |
|
|
|
23 |
|
|
?>
|