Changeset 2078 in ExiteCMS for trunk/includes/user_functions.php
- Timestamp:
- 11/29/08 02:00:13 (3 years ago)
- File:
-
- 1 edited
-
trunk/includes/user_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/user_functions.php
r2077 r2078 37 37 ); 38 38 foreach($_bot_list as $bot) { 39 if(str ipos($bot, $_SERVER['HTTP_USER_AGENT']) !== false) {39 if(strpos($_SERVER['HTTP_USER_AGENT'], $bot) !== false) { 40 40 define("CMS_IS_BOT", true); 41 41 break;
Note: See TracChangeset
for help on using the changeset viewer.
