From ed3268aac571a73410da657c7b1318533e9c1f0f Mon Sep 17 00:00:00 2001 From: cassiopc Date: Fri, 9 Nov 2012 12:50:20 +0100 Subject: fixed issue to limit access by IP for teams --- boca-1.5.2/src/frun.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'boca-1.5.2/src/frun.php') diff --git a/boca-1.5.2/src/frun.php b/boca-1.5.2/src/frun.php index 97abd1d..14395e3 100644 --- a/boca-1.5.2/src/frun.php +++ b/boca-1.5.2/src/frun.php @@ -1015,8 +1015,7 @@ function exitmsg($retval) { $retval = 3; // runtime error } else if($retval==9) { - $answer="Runtime error"; - $retval = 3; // runtime error + $answer="Runtime error (or possible java class name mismatch)"; } else { $answer="Unknown autojudge status"; $retval = 7; -- cgit v1.2.3