chiark / gitweb /
metadata as tsv text header means we don't care about = in values
[ypp-sc-tools.main.git] / pctb / commod-update-receiver
index 532bf316bfbec43d24cb6b2e2352b1a25c85b495..4b52251b9967896aa7b1e70985a3082197df9b26 100755 (executable)
@@ -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)\$");