This commit is contained in:
2026-06-24 18:25:55 +08:00
parent 1b75d4b0a4
commit 92f53a8bbb
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -53,6 +53,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<header class="admin-header">
<h1>修改密码</h1>
<div class="header-actions">
<a href="../index.php" class="btn btn-secondary" target="_blank">返回主页</a>
<a href="dashboard.php" class="btn btn-secondary">返回管理面板</a>
<a href="logout.php" class="btn btn-secondary">退出</a>
</div>