Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if ($ab_config['whitebot'] != 1) {
- // меняем русские буквы на аналогичные английские:
- $content = str_ireplace('а', 'a', $content);
- $content = str_ireplace('о', 'o', $content);
- }
- echo $content;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment