Revision 1496
Added by DarkViper about 13 years ago
functions-utf8.php | ||
---|---|---|
43 | 43 |
// entities_to_umlauts2() |
44 | 44 |
// umlauts_to_entities2() |
45 | 45 |
|
46 |
// Must include code to stop this file being access directly |
|
47 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); } |
|
48 |
|
|
46 |
/* -------------------------------------------------------- */ |
|
47 |
// Must include code to stop this file being accessed directly |
|
48 |
require_once('globalExceptionHandler.php'); |
|
49 |
if(!defined('WB_PATH')) { throw new IllegalFileException(); } |
|
50 |
/* -------------------------------------------------------- */ |
|
49 | 51 |
/* |
50 | 52 |
* check for mb_string support |
51 | 53 |
*/ |
Also available in: Unified diff
activate globalExceptionHandler in inner core files