Revision 1420
Added by Luisehahne almost 15 years ago
| functions-utf8.php | ||
|---|---|---|
| 43 | 43 |
// entities_to_umlauts2() |
| 44 | 44 |
// umlauts_to_entities2() |
| 45 | 45 |
|
| 46 |
if(!defined('WB_URL')) {
|
|
| 47 |
header('Location: ../index.php');
|
|
| 48 |
exit(0); |
|
| 49 |
} |
|
| 46 |
// Must include code to stop this file being access directly |
|
| 47 |
if(defined('WB_PATH') == false) { die("Cannot access this file directly"); }
|
|
| 50 | 48 |
|
| 51 | 49 |
/* |
| 52 | 50 |
* check for mb_string support |
Also available in: Unified diff
YGN Ethical Hacker Group (2.8.2 / 2.9.0)