v2
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
$_SESSION['user_id'] = $user['user_id'];
|
||||
$_SESSION['type'] = $user['type'];
|
||||
$_SESSION['name'] = $user['user_name'];
|
||||
$_SESSION['profile_pic'] = $user['profile_pic'] ?? '';
|
||||
|
||||
echo "<div class='alert alert-success'>Login successful. Redirecting...</div>";
|
||||
echo "<script>setTimeout(() => { window.location.href = '/Admin/View_AC?Type=Loan'; }, 2000);</script>";
|
||||
|
||||
Reference in New Issue
Block a user