This commit is contained in:
2026-06-24 18:17:13 +08:00
parent dafbb9995b
commit 1b75d4b0a4
6 changed files with 176 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ $apps = $stmt->fetchAll(PDO::FETCH_ASSOC);
<div class="header-actions">
<span>欢迎,<?php echo e($_SESSION['username']); ?></span>
<a href="config.php" class="btn btn-secondary">网站配置</a>
<a href="change_password.php" class="btn btn-secondary">修改密码</a>
<a href="logout.php" class="btn btn-secondary">退出</a>
</div>
</header>