From 87d5c51e9b0f51bacfe528dbd52ea96e6bd993c5 Mon Sep 17 00:00:00 2001
From: Lan Hui <lanhui@zjnu.edu.cn>
Date: Sat, 19 Aug 2023 20:39:45 +0800
Subject: [PATCH] Admin.php: move the position of including Footer.php.

---
 Admin.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Admin.php b/Admin.php
index 001551d..997087a 100644
--- a/Admin.php
+++ b/Admin.php
@@ -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?')) {