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

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