Skip to content

Commit

Permalink
Update db_info.inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Jul 18, 2022
1 parent bdcac1d commit d362da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/include/db_info.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
static $OJ_DOWNLOAD=false; //是否允许下载WA的测试数据
static $OJ_TEST_RUN=false; //提交界面是否允许测试运行
static $OJ_MATHJAX=true; // 激活mathjax
static $OJ_BLOCKLY=false; //是否启用Blockly界面
static $OJ_BLOCKLY=false; //是否启用Blockly界面 , remember to execute `tar xzf blockly.tar.gz` in /home/judge/src/web
static $OJ_ENCODE_SUBMIT=false; //是否启用base64编码提交的功能,用来回避WAF防火墙误拦截。
static $OJ_OI_1_SOLUTION_ONLY=false; //比赛是否采用noip中的仅保留最后一次提交的规则。true则在新提交发生时,将本场比赛该题老的提交删除。
static $OJ_OI_MODE=false; //是否开启OI比赛模式,禁用排名、状态、统计、用户信息、内邮、论坛等。
Expand Down

0 comments on commit d362da9

Please sign in to comment.