Changeset 3535
- Timestamp:
- 09/22/05 20:36:59 (3 years ago)
- Files:
-
- 1 modified
-
bad-behavior/trunk/bad-behavior-user-agent.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bad-behavior/trunk/bad-behavior-user-agent.php
r3452 r3535 47 47 ); 48 48 49 if (empty($wp_bb_http_user_agent)) { 50 wp_bb_spammer("A User-Agent is required but none was provided."); 51 } 52 49 53 foreach ($wp_bb_spambots_str0 as $wp_bb_spambot) { 50 54 $pos = stripos($wp_bb_http_user_agent, $wp_bb_spambot);
