add agent panel
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
if(!isset($_SESSION) && empty($_SESSION['user_id'])){
|
||||
echo "<script>window.location.href = '/Agent/agent-login'</script>";
|
||||
exit;
|
||||
}
|
||||
if (!isset($_SESSION['user_id']) || empty($_SESSION['user_id'])) {
|
||||
echo "<script>window.location.href = '/Agent/agent-login'</script>";
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
<div class="container">
|
||||
<h3 class="">New Payment</h3>
|
||||
|
||||
Reference in New Issue
Block a user