X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=blobdiff_plain;f=yarrg%2Fdictionary-update-receiver;h=feef04b641e23a2ccbfa04a309f8a9dafd42ccce;hb=0c3aa82b2a089f147cdeb12768b4e2eba2c34a8f;hp=4c90f8489669e858c9ae74e10d3b2a38688d1ef7;hpb=ae585535f616e7d06d017d4df4548ce2cc2764f4;p=ypp-sc-tools.git diff --git a/yarrg/dictionary-update-receiver b/yarrg/dictionary-update-receiver index 4c90f84..feef04b 100755 --- a/yarrg/dictionary-update-receiver +++ b/yarrg/dictionary-update-receiver @@ -35,6 +35,8 @@ BEGIN { unshift @INC, qw(.) } use strict (qw(vars)); use POSIX; +no warnings qw(exec); + $CGI::POST_MAX= 1024*1024; $CGI::DISABLE_UPLOADS= 1;