Revision 1496
Added by DarkViper about 14 years ago
| DseTwo.php | ||
|---|---|---|
| 13 | 13 |
* this is a authorisised GPL-lizensed derivate from the original |
| 14 | 14 |
* ISTeasy class DseOne which is available under a cc-by-sa-3.0 license |
| 15 | 15 |
*/ |
| 16 |
/* -------------------------------------------------------- */ |
|
| 17 |
// Must include code to stop this file being accessed directly |
|
| 18 |
require_once('globalExceptionHandler.php');
|
|
| 19 |
if(!defined('WB_PATH')) { throw new IllegalFileException(); }
|
|
| 20 |
/* -------------------------------------------------------- */ |
|
| 16 | 21 |
|
| 17 | 22 |
class DseTwo {
|
| 18 | 23 |
|
Also available in: Unified diff
activate globalExceptionHandler in inner core files