|
|
| version 1.6, 2001/03/18 11:37:55 | version 1.12, 2001/03/18 20:31:31 |
|---|---|
| Line 1 | Line 1 |
| @main[] | |
| ^untaint[as-is]{^process[$request:query]} | |
| ^$request:query=$request:query<BR> | |
| ^$request:uri=$request:uri<BR> | |
| @exception[origin;source;comment;type;code] | @exception[origin;source;comment;type;code] |
| ERROR: ${origin}${source}${comment}${type}${code} | ERROR: $origin '$source' ${comment}. ^if($type){type=$type }^if($code){code=$code} |
| @auto[] | |
| $limits[ | |
| $post_max_size(10*0x400*0x400) | |
| ] | |
| $defaults[ | |
| $content-type0[text/html] | |
| $content-type[ | |
| $value[text/html] | |
| $charset[windows-1251] | |
| ] | |
| ] |