pnmcrop was cluttering webserver error.log with useless messages
authorshort <>
Sat, 21 Jul 2001 02:41:49 +0000 (02:41 +0000)
committershort <>
Sat, 21 Jul 2001 02:41:49 +0000 (02:41 +0000)
redirector-ad.cgi

index 03ea738..d5f8d68 100755 (executable)
@@ -3,4 +3,4 @@
 # $Id$
 
 echo -e "Content-type: image/gif\n"
-pbmtext "${QUERY_STRING:--}"|pnmcrop -white|pnmmargin -white 2|pnminvert|ppmtogif 2>/dev/null
+pbmtext "${QUERY_STRING:--}"|pnmcrop -white 2>/dev/null|pnmmargin -white 2|pnminvert|ppmtogif 2>/dev/null