X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config%2Fcfgroot%2Fheader.pl;h=974c4d8b22458ab33d1a65044858804f040af9cc;hb=e6c4f090b694a8d102da5b2765dcdac871f20517;hp=cf895bf246a01946ab4930b62bc329719d36bc0e;hpb=413abba64a7aa6a9f55533e1b2d31a7a88ee0fba;p=ipfire-2.x.git diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index cf895bf246..974c4d8b22 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -263,7 +263,7 @@ sub getcgihash { return if ($ENV{'REQUEST_METHOD'} ne 'POST'); if (!$params->{'wantfile'}) { $CGI::DISABLE_UPLOADS = 1; - $CGI::POST_MAX = 512 * 1024; + $CGI::POST_MAX = 1024 * 1024; } else { $CGI::POST_MAX = 10 * 1024 * 1024; }