Skip to content

Commit

Permalink
Update problem.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue authored Jan 24, 2025
1 parent a57464b commit 75bfa3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/web/template/bshark/problem.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
if (isset($_SESSION[$OJ_NAME . '_' . 'administrator']) || isset($_SESSION[$OJ_NAME . '_' . 'problem_manager'])) {
require_once("include/set_get_key.php");
?>
<a href="swadmin/problem_edit.php?id=<?php echo $id ?>&getkey=<?php echo $_SESSION[$OJ_NAME . '_' . 'getkey'] ?>" class="item"><?php echo $MSG_EDIT; ?></a>
<a href="admin/problem_edit.php?id=<?php echo $id ?>&getkey=<?php echo $_SESSION[$OJ_NAME . '_' . 'getkey'] ?>" class="item"><?php echo $MSG_EDIT; ?></a>
<a href='javascript:phpfm(<?php echo $row['problem_id']; ?>)' class="item"><?php echo $MSG_TESTDATA; ?></a>
<?php } ?>
</div>
Expand Down

0 comments on commit 75bfa3f

Please sign in to comment.