--- parser3/src/www/cgi-bin/Attic/auto.p 2001/03/16 12:46:37 1.5 +++ parser3/src/www/cgi-bin/Attic/auto.p 2001/03/21 15:53:30 1.14 @@ -1,5 +1,19 @@ -@main[] -^untaint{^process[$request:query]} -^$request:query=$request:query
-^$request:uri=$request:uri
+@exception[origin;source;comment;type;code] +CGI_BIN_ERROR: +^if(def $source){$origin '$source'} +${comment}. +^if(def $type){type=$type} +^if(def $code){code=$code} + +@auto[] +$limits[ + $post_max_size(10*0x400*0x400) +] +$defaults[ + $content-type0[text/html] + $content-type[ + $value[text/html] + $charset[windows-1251] + ] +]