aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.2/src/frun.php
diff options
context:
space:
mode:
authorcassiopc <cassiopc@gmail.com>2012-11-09 11:50:20 +0000
committercassiopc <cassiopc@gmail.com>2012-11-09 11:50:20 +0000
commited3268aac571a73410da657c7b1318533e9c1f0f (patch)
tree3dc11889288a35215ac439de62d5a61bc07db355 /boca-1.5.2/src/frun.php
parent987375d85eb88fd1a974b7d99e5288fe3f796b21 (diff)
downloadboca-ed3268aac571a73410da657c7b1318533e9c1f0f.tar.gz
boca-ed3268aac571a73410da657c7b1318533e9c1f0f.zip
fixed issue to limit access by IP for teams
Diffstat (limited to 'boca-1.5.2/src/frun.php')
-rw-r--r--boca-1.5.2/src/frun.php3
1 files changed, 1 insertions, 2 deletions
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;