Revision 1496
Added by DarkViper about 13 years ago
module.functions.php | ||
---|---|---|
31 | 31 |
NOTE: Some functions were added for module developers to make the creation of own module easier |
32 | 32 |
*/ |
33 | 33 |
|
34 |
// Must include code to stop this file being access directly |
|
35 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); } |
|
34 |
/* -------------------------------------------------------- */ |
|
35 |
// Must include code to stop this file being accessed directly |
|
36 |
require_once('globalExceptionHandler.php'); |
|
37 |
if(!defined('WB_PATH')) { throw new IllegalFileException(); } |
|
38 |
/* -------------------------------------------------------- */ |
|
36 | 39 |
|
37 | 40 |
/* |
38 | 41 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: |
Also available in: Unified diff
activate globalExceptionHandler in inner core files