Help for this page

Select Code to Download


  1. or download this
    $CGI::POST_MAX = $pkg_conf::config{'post_max'};
    $CGI::DISABLE_UPLOADS = $pkg_conf::config{'disable_uploads'};
    $CGI::HEADERS_ONCE = $pkg_conf::config{'headers_once'};
    
  2. or download this
    # post_max: value of $CGI::POST_MAX
    post_max = 10240
    ...
    
    # headers_once: value of $CGI::HEADERS_ONCE
    headers_once = 1