Allow submits before contest_start
[gruntmaster-handlers.git] / lib / Gruntmaster / Handlers.pm
index 5415b809d61e4e28edbb35c6caf3dec343b0c19c..fd4fd2d7be70fca1d9456890769edb4876f884d6 100644 (file)
@@ -51,7 +51,7 @@ sub submit{
          $prog = $temp if $temp
   }
   die if defined $contest && $contest !~ /^\w+$/ ;
-  die if defined $contest && (time < contest_start $contest || time > contest_end $contest);
+  die if defined $contest && (time > contest_end $contest);
   return aputs 'A required parameter was not supplied' if grep { !defined } $problem, $format, $prog;
 
   local $Gruntmaster::Data::contest = $contest;
This page took 0.009858 seconds and 4 git commands to generate.