Revision 1496
Added by DarkViper over 13 years ago
class.wb.php | ||
---|---|---|
16 | 16 |
* |
17 | 17 |
*/ |
18 | 18 |
|
19 |
// Must include code to stop this file being access directly |
|
20 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); } |
|
19 |
/* -------------------------------------------------------- */ |
|
20 |
// Must include code to stop this file being accessed directly |
|
21 |
require_once('globalExceptionHandler.php'); |
|
22 |
if(!defined('WB_PATH')) { throw new IllegalFileException(); } |
|
23 |
/* -------------------------------------------------------- */ |
|
21 | 24 |
// Include PHPLIB template class |
22 | 25 |
require_once(WB_PATH."/include/phplib/template.inc"); |
23 | 26 |
|
Also available in: Unified diff
activate globalExceptionHandler in inner core files