Skip to content

Commit

Permalink
Update showsource.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Sep 7, 2022
1 parent 565488f commit 626ac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/showsource.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
$end_time = strtotime($row['end_time']);
$now=time();
if( $end_time < $now ){ // 当前提交,属于已经结束的比赛,考察是否有进行中的比赛在使用。
echo $now."-".$end_time;
//echo $now."-".$end_time;
$need_check_using=true;

}else{ // 属于进行中的比赛,可以看
Expand Down

0 comments on commit 626ac65

Please sign in to comment.