Guest User

Untitled

a guest
Jun 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. use CGI qw/:standard/;
  2. $CGI::POST_MAX=1024 * 100; # max 100K posts
  3. $CGI::DISABLE_UPLOADS = 1; # no uploads
Add Comment
Please, Sign In to add comment