Revision 1535
Added by Luisehahne almost 14 years ago
| modify.php | ||
|---|---|---|
| 4 | 4 |
* @category modules |
| 5 | 5 |
* @package code |
| 6 | 6 |
* @author WebsiteBaker Project |
| 7 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 8 | 7 |
* @copyright 2009-2011, Website Baker Org. e.V. |
| 9 | 8 |
* @link http://www.websitebaker2.org/ |
| 10 | 9 |
* @license http://www.gnu.org/licenses/gpl.html |
| 11 | 10 |
* @platform WebsiteBaker 2.8.x |
| 12 | 11 |
* @requirements PHP 5.2.2 and higher |
| 13 |
* @version $Id: modify.php 1428 2011-02-07 04:55:31Z Luisehahne $
|
|
| 14 |
* @filesource $HeadURL: http://svn.websitebaker2.org/branches/2.8.x/wb/modules/code/modify.php $
|
|
| 15 |
* @lastmodified $Date: 2011-02-07 05:55:31 +0100 (Mo, 07. Feb 2011) $
|
|
| 12 |
* @version $Id: info.php 1389 2011-01-16 12:39:50Z FrankH $
|
|
| 13 |
* @filesource $HeadURL: http://svn.websitebaker2.org/branches/2.8.x/wb/modules/code/info.php $
|
|
| 14 |
* @lastmodified $Date: 2011-01-16 13:39:50 +0100 (So, 16. Jan 2011) $
|
|
| 16 | 15 |
* |
| 17 |
*/
|
|
| 16 |
*/ |
|
| 18 | 17 |
|
| 19 | 18 |
// Must include code to stop this file being access directly |
| 20 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); }
|
|
| 19 |
/* -------------------------------------------------------- */ |
|
| 20 |
if(defined('WB_PATH') == false)
|
|
| 21 |
{
|
|
| 22 |
// Stop this file being access directly |
|
| 23 |
die('<head><title>Access denied</title></head><body><h2 style="color:red;margin:3em auto;text-align:center;">Cannot access this file directly</h2></body></html>');
|
|
| 24 |
} |
|
| 25 |
/* -------------------------------------------------------- */ |
|
| 21 | 26 |
|
| 22 | 27 |
require_once(WB_PATH . '/include/editarea/wb_wrapper_edit_area.php'); |
| 23 | 28 |
|
| ... | ... | |
| 51 | 56 |
$template->set_unknowns('keep');
|
| 52 | 57 |
$template->parse('main', 'main_block', false);
|
| 53 | 58 |
$template->pparse('output', 'page', false);
|
| 54 |
|
|
| 55 |
?> |
|
Also available in: Unified diff
! changes in code modul
+ add function getTableEngine to class.database
+ add Quickskin to include folder
+ add reworkes Droplet SectionPicker to load modules frontend.css