Admin.php: move the position of including Footer.php.
parent
2284e78179
commit
87d5c51e9b
|
@ -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?')) {
|
||||||
|
|
Loading…
Reference in New Issue