add agent name in navbar, add matiruty button in recurring
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
// Login successful
|
||||
$_SESSION['user_id'] = $user['user_id'];
|
||||
$_SESSION['type'] = $user['type'];
|
||||
$_SESSION['name'] = $user['user_name'];
|
||||
|
||||
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