Commit: 408f4f085471c16daba761ef0f89acca9ebd06ef Author: Peter Cowburn <[email protected]> Tue, 5 Mar 2019 19:30:46 +0000 Parents: 7e3870ef1573374f55db5204bf968274f75e1ad0 Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=408f4f085471c16daba761ef0f89acca9ebd06ef Log: add new word to spam list Changed paths: M include/functions.php Diff: diff --git a/include/functions.php b/include/functions.php index 5220f2e..dae7507 100644 --- a/include/functions.php +++ b/include/functions.php @@ -234,6 +234,7 @@ function is_spam($string) 'jerseys', 'wholesale', 'fashionretailshop01', + 'amoxicillin', ]; if (preg_match('/\b('. implode('|', $keywords) . ')\b/i', $string)) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
