X-Git-Url: http://git.treefish.org/banana.git/blobdiff_plain/8db41c98817b1b48532dc3cebf4bea166e42bb70..64d981a433d9990d4c5ff9454464a520e169adfd:/submit.php diff --git a/submit.php b/submit.php index aabc3fe..b8e1d7e 100644 --- a/submit.php +++ b/submit.php @@ -5,7 +5,7 @@ if ( ! isset($SESSIONS_next) ) { block("red", "submission closed"); - break; + exit; } if(isset($_POST['submit']) && $_POST['mnumber']!="") { @@ -21,7 +21,7 @@ print 'You already submitted results for this session'; print ''; print "You can only submit your calculated examples once!"; - break; + exit; } $excount = count($exchecked); @@ -33,7 +33,7 @@ print ''; print ''; print '
submitted
'; - break; + exit; } ?>