Revision 1499
Added by DarkViper about 14 years ago
| functions-utf8.php | ||
|---|---|---|
| 42 | 42 |
// entities_to_7bit() |
| 43 | 43 |
// entities_to_umlauts2() |
| 44 | 44 |
// umlauts_to_entities2() |
| 45 |
|
|
| 46 | 45 |
/* -------------------------------------------------------- */ |
| 47 | 46 |
// Must include code to stop this file being accessed directly |
| 48 |
require_once('globalExceptionHandler.php');
|
|
| 49 |
if(!defined('WB_PATH')) { throw new IllegalFileException(); }
|
|
| 47 |
if(!defined('WB_PATH')) {
|
|
| 48 |
require_once(dirname(__FILE__).'/globalExceptionHandler.php'); |
|
| 49 |
throw new IllegalFileException(); |
|
| 50 |
} |
|
| 50 | 51 |
/* -------------------------------------------------------- */ |
| 51 | 52 |
/* |
| 52 | 53 |
* check for mb_string support |
Also available in: Unified diff
little fix in calling globalExceptionHandler from inner core files