From efb6a1fc71aef20ac04f64f3f8f693aa037435ad Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Sat, 9 Sep 2017 05:27:04 +0100 Subject: order the files by name in the aj --- src/private/autojudging.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src/private') diff --git a/src/private/autojudging.php b/src/private/autojudging.php index 06d7006..dcb7398 100755 --- a/src/private/autojudging.php +++ b/src/private/autojudging.php @@ -395,6 +395,7 @@ while(42) { continue; } else { $errp=0; $ncor=0; $showcor=false; + sort($inputlist); foreach($inputlist as $file) { $file = basename($file); if(is_file($dir . $ds . "input" . $ds . $file)) { -- cgit v1.2.3