Skip to content

Commit 9739a94

Browse files
authored
Update const.inc.php
1 parent 93039ef commit 9739a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trunk/web/include/const.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
$ball_color=Array('#66cccc','red','green','pink','yellow','violet','magenta','maroon','olive','chocolate');
1616
$ball_name=Array('蒂芙妮蓝','','green','pink','yellow','violet','magenta','maroon','olive','chocolate');
1717
$color_theme=Array("default","primary","success","info","warning","danger");
18-
$contest_locks=array($MSG_SOURCE_NOT_ALLOWED_FOR_EXAM , $MSG_FORBIDDEN.$MSG_DOWNLOAD , $MSG_FORBIDDEN.$MSG_RANKLIST , $MSG_FORBIDDEN.$MSG_OTHERS.$MSG_CONTEST_STATUS , $MSG_NOIP_WARNING, $MSG_FORBIDDEN.$MSG_SHOW_DIFF,$MSG_FORBIDDEN.$MSG_UPSOLVING);
18+
$contest_locks=array($MSG_SOURCE_NOT_ALLOWED_FOR_EXAM , $MSG_FORBIDDEN.$MSG_DOWNLOAD , $MSG_FORBIDDEN.$MSG_RANKLIST , $MSG_FORBIDDEN.$MSG_OTHERS.$MSG_CONTEST_STATUS , $MSG_NOIP_WARNING, $MSG_FORBIDDEN.$MSG_SHOW_DIFF,$MSG_FORBIDDEN.$MSG_UPSOLVING,$MSG_ONLY_LAST_SUBMISSION);

0 commit comments

Comments
 (0)