Revision 1741
Added by Luisehahne about 13 years ago
| tool.php | ||
|---|---|---|
| 3 | 3 |
* |
| 4 | 4 |
* @category module |
| 5 | 5 |
* @package droplet |
| 6 |
* @author Ruud Eisinga (Ruud) John (PCWacht) |
|
| 7 |
* @author WebsiteBaker Project |
|
| 8 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 9 |
* @copyright 2009-2011, Website Baker Org. e.V. |
|
| 6 |
* @author Ruud Eisinga (Ruud) John (PCWacht),WebsiteBaker Project |
|
| 7 |
* @copyright 2009-2012, WebsiteBaker Org. e.V. |
|
| 10 | 8 |
* @link http://www.websitebaker2.org/ |
| 11 | 9 |
* @license http://www.gnu.org/licenses/gpl.html |
| 12 | 10 |
* @platform WebsiteBaker 2.8.x |
| ... | ... | |
| 18 | 16 |
*/ |
| 19 | 17 |
/* -------------------------------------------------------- */ |
| 20 | 18 |
// Must include code to stop this file being accessed directly |
| 21 |
if(!defined('WB_PATH')) {
|
|
| 19 |
if(!defined('WB_URL')) {
|
|
| 22 | 20 |
|
| 23 | 21 |
require_once(dirname(dirname(dirname(__FILE__))).'/framework/globalExceptionHandler.php'); |
| 24 | 22 |
throw new IllegalFileException(); |
| ... | ... | |
| 66 | 64 |
if(is_writeable(dirname(WB_PATH.$temp_dir))) {
|
| 67 | 65 |
rm_full_dir ( WB_PATH.$temp_dir ); |
| 68 | 66 |
} |
| 69 |
?><br /> |
|
| 67 |
?><div class="droplets" style="margin-top: -6px; border-top: 1px solid #DDD;"> |
|
| 68 |
|
|
| 70 | 69 |
<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%"> |
| 71 | 70 |
<tr> |
| 72 | 71 |
<td valign="bottom" width="50%"> |
| ... | ... | |
| 160 | 159 |
} |
| 161 | 160 |
?> |
| 162 | 161 |
</table> |
| 162 |
</div> |
|
| 163 | 163 |
<?php |
| 164 | 164 |
} |
| 165 | 165 |
|
Also available in: Unified diff
! Preparing Separation of code and HTML in Droplets