Revision 1503
Added by Luisehahne over 14 years ago
| droplets.php | ||
|---|---|---|
| 22 | 22 |
* 1.0.3, optimize, reduce memory consumption, increase speed, remove CSS, enable nested droplets |
| 23 | 23 |
* |
| 24 | 24 |
*/ |
| 25 |
/* -------------------------------------------------------- */ |
|
| 26 |
// Must include code to stop this file being accessed directly |
|
| 27 |
if(!defined('WB_PATH')) {
|
|
| 25 | 28 |
|
| 26 |
// Must include code to stop this file being access directly |
|
| 27 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); }
|
|
| 29 |
require_once(dirname(dirname(dirname(__FILE__))).'/framework/globalExceptionHandler.php'); |
|
| 30 |
throw new IllegalFileException(); |
|
| 31 |
} |
|
| 32 |
/* -------------------------------------------------------- */ |
|
| 28 | 33 |
|
| 29 | 34 |
function do_eval($_x_codedata, $_x_varlist, &$wb_page_data) |
| 30 | 35 |
{
|
| ... | ... | |
| 112 | 117 |
} |
| 113 | 118 |
return $wb_page_data; |
| 114 | 119 |
} |
| 115 |
|
|
| 116 |
?> |
|
Also available in: Unified diff
change sql statements to strict in module droplets
fix vars in compatibility mode for versions before 2.8.1 in frontend.functions.php