mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-26 06:28:42 +00:00
fix: remove poster field in problem.conf
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
47869c3314
commit
05dcdf2158
@ -229,7 +229,7 @@ EOD
|
|||||||
$time_limit = $limit['time_limit'];
|
$time_limit = $limit['time_limit'];
|
||||||
$memory_limit = $limit['memory_limit'];
|
$memory_limit = $limit['memory_limit'];
|
||||||
|
|
||||||
$problem_uploader = $limit['poster'] ?: $problem['uploader'];
|
$problem_uploader = $problem['uploader'];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
<?php if (isset($REQUIRE_LIB['bootstrap5'])): ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user