Commit 09607b48 authored by tara%tequilarista.org's avatar tara%tequilarista.org

Turning off tag support in quips because some assholes have nothing better do…

Turning off tag support in quips because some assholes have nothing better do than fuck with my tool
parent e79e71c7
......@@ -42,6 +42,13 @@ if ( (!defined $c) || ($c eq '') ) {
print "<H2> Hit back, and try again...</H2>";
exit 0;
}
if ($c =~ m/</) {
print "Content-type: text/html\n\n";
print "<CENTER><H1>For security reasons, support for tags";
print " has been turned off in quips.\n</H1>\n";
print "<H2> Hit back, and try again...</H2></CENTER>\n";
exit 0;
}
open(COMMENTS, ">>data/comments");
print COMMENTS $FORM{"comment"} . "\n";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment