Searched refs:bb2_test (Results 1 – 2 of 2) sorted by relevance
/plugin/badbehaviour/bad-behavior/ |
H A D | core.inc.php | 90 function bb2_test($settings, $package, $result) function 144 bb2_test($settings, $package, bb2_blacklist($package)); 168 bb2_test($settings, $package, bb2_msnbot($package)); 173 bb2_test($settings, $package, bb2_google($package)); 178 bb2_test($settings, $package, bb2_yahoo($package)); 187 bb2_test($settings, $package, bb2_opera($package)); 190 bb2_test($settings, $package, bb2_msie($package)); 199 bb2_test($settings, $package, bb2_opera($package)); 203 bb2_test($settings, $package, bb2_safari($package)); 207 bb2_test($settings, $package, bb2_lynx($package)); [all …]
|
H A D | dokuwiki.patch | 4 bb2_test($settings, $package, bb2_blacklist($package)); 8 - if (bb2_test($settings, $package, bb2_httpbl($settings, $package))) { 15 + if (bb2_test($settings, $package, bb2_httpbl($settings, $package))) {
|