Revision 1499
Added by DarkViper about 14 years ago
| DseTwo.php | ||
|---|---|---|
| 15 | 15 | */ | 
| 16 | 16 | /* -------------------------------------------------------- */ | 
| 17 | 17 | // Must include code to stop this file being accessed directly | 
| 18 | require_once('globalExceptionHandler.php');
 | |
| 19 | if(!defined('WB_PATH')) { throw new IllegalFileException(); }
 | |
| 18 | if(!defined('WB_PATH')) {
 | |
| 19 | require_once(dirname(__FILE__).'/globalExceptionHandler.php'); | |
| 20 | throw new IllegalFileException(); | |
| 21 | } | |
| 20 | 22 | /* -------------------------------------------------------- */ | 
| 21 | 23 |  | 
| 22 | 24 | class DseTwo {
 | 
Also available in: Unified diff
little fix in calling globalExceptionHandler from inner core files