X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.main.git;a=blobdiff_plain;f=pctb%2Fcommod-update-receiver;h=4b52251b9967896aa7b1e70985a3082197df9b26;hp=532bf316bfbec43d24cb6b2e2352b1a25c85b495;hb=b971a4a2c96ff4dac86857e7fc7f06cc11ff9da4;hpb=e9a9436c3d826aa12bea29c567769049a90198ad diff --git a/pctb/commod-update-receiver b/pctb/commod-update-receiver index 532bf31..4b52251 100755 --- a/pctb/commod-update-receiver +++ b/pctb/commod-update-receiver @@ -102,9 +102,6 @@ $o{'timestamp'}= must_param('timestamp', "^([1-9]\\d{1,20})\$"); my $now= time; defined $now or die $!; fail("clock skew") if $o{'timestamp'} >= $now; -die if $o{'ocean'} =~ m/\=/; -die if $o{'island'} =~ m/\=/; - my $indatafh= upload('data'); defined $indatafh or fail("data is not a file"); my $datafile= must_param('data',"^(deduped\\.tsv\\.gz)\$");