From 838c470415ab5ecfb5ecffa12da1c60c1b34ca9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B5=A9=E6=96=8C?= Date: Mon, 16 Sep 2024 23:06:03 +0800 Subject: [PATCH] Update status.php --- trunk/web/status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/web/status.php b/trunk/web/status.php index 24cdea7d784..0d53be7af0b 100644 --- a/trunk/web/status.php +++ b/trunk/web/status.php @@ -501,7 +501,7 @@ function formatTimeLength($length) { else $view_status[$i][6] = $language_name[$row['language']]; - if( (!(isset($OJ_OLD_FASHINED) && $OJ_OLD_FASHINED )) && ($OJ_TEMPLATE=="syzoj" || $OJ_TEMPLATE=="bs3" ) ) { + if( (!(isset($OJ_OLD_FASHINED) && $OJ_OLD_FASHINED )) && ($OJ_TEMPLATE=="syzoj" || $OJ_TEMPLATE=="bs3" ) && $OJ_AUTO_SHOW_OFF ) { $edit_link="problem.php"; }else { $edit_link="submitpage.php";