Admin.php: move the position of including Footer.php.

Bug430-Eden2
Lan Hui 2023-08-19 20:39:45 +08:00
parent 2284e78179
commit 87d5c51e9b
1 changed files with 2 additions and 2 deletions

View File

@ -219,11 +219,11 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
</div>
</div>
<?php include 'Footer.php';?>
</div>
<?php include 'Footer.php';?>
<script>
function updatePass(id, pass) {
if (!confirm('Are you sure to reset user password?')) {