File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -546,17 +546,13 @@ function formatTimeLength($length) {
546
546
$ view_status [$ i ][8 ]= $ row ['in_date ' ];
547
547
}
548
548
if ($ total_count >0 ) $ avg_delay /= $ total_count ;
549
- ?>
550
549
551
- <?php
552
550
/////////////////////////Template
553
551
if (isset ($ _GET ['cid ' ]))
554
552
require ("template/ " .$ OJ_TEMPLATE ."/conteststatus.php " );
555
553
else
556
554
require ("template/ " .$ OJ_TEMPLATE ."/status.php " );
557
- /////////////////////////Common foot
558
- if (file_exists ('./include/cache_end.php ' ))
559
- require_once ('./include/cache_end.php ' );
555
+
560
556
561
557
//触发Remote judge模块
562
558
$ remote_delay =5 ; //最小轮询周期,单位秒
@@ -566,5 +562,7 @@ function formatTimeLength($length) {
566
562
<iframe src='remote.php' width=0 height=0 ></iframe>
567
563
<?php
568
564
}
569
- ?>
570
565
566
+ /////////////////////////Common foot
567
+ if (file_exists ('./include/cache_end.php ' ))
568
+ require_once ('./include/cache_end.php ' );
You can’t perform that action at this time.
0 commit comments