From: tara%tequilarista.org <> Date: Fri, 28 Jul 2000 03:10:16 +0000 (+0000) Subject: Turning off tag support in quips because some assholes have nothing better do than... X-Git-Tag: bugzilla-2.12~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09607b481dc69b2c88948f9ead832871fbb4c16c;p=thirdparty%2Fbugzilla.git Turning off tag support in quips because some assholes have nothing better do than fuck with my tool --- diff --git a/new_comment.cgi b/new_comment.cgi index e034f3587d..d504c0597e 100755 --- a/new_comment.cgi +++ b/new_comment.cgi @@ -42,6 +42,13 @@ if ( (!defined $c) || ($c eq '') ) { print "

Hit back, and try again...

"; exit 0; } +if ($c =~ m/

For security reasons, support for tags"; + print " has been turned off in quips.\n

\n"; + print "

Hit back, and try again...

\n"; + exit 0; +} open(COMMENTS, ">>data/comments"); print COMMENTS $FORM{"comment"} . "\n";