diff options
author | Frankie B <floppydisk05@aol.com> | 2023-04-01 18:03:40 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2023-04-01 18:03:40 +0000 |
commit | 216adcfc9855fac1f86b09bed1181cd6b1f47452 (patch) | |
tree | d05aced589505861b24d0808b30a7629352c3f20 | |
parent | d491d8a2da276363c574efb9f6db8734ba620ba4 (diff) |
Update banned keywords
-rwxr-xr-x | guestbook/submit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guestbook/submit.php b/guestbook/submit.php index 459d42a..bc30672 100755 --- a/guestbook/submit.php +++ b/guestbook/submit.php @@ -17,7 +17,7 @@ <div id="pagebody"> <div id="content"> <?php - $banned_keywords = array("financial", "finance", "stymn", "world4news", "invest"); + $banned_keywords = array("financial", "finance", "stymn", "world4news", "invest", "special offer", "viagra"); $contains_keywords = array(); $name = strip_tags($_POST["name"]); $msg = strip_tags($_POST["message"]); |