diff --git a/CONTENT/ROOT_URI/Agent/Dashboard.php b/CONTENT/ROOT_URI/Agent/Dashboard.php index ea68ef6..ceef194 100644 --- a/CONTENT/ROOT_URI/Agent/Dashboard.php +++ b/CONTENT/ROOT_URI/Agent/Dashboard.php @@ -1,5 +1,8 @@ window.location.href = '/Agent/agent-login'"; + exit; +} function getTotalAmount(array $rows): float { // array_column diye sudhu AT_AMOUNT gulo niye ashbo $amounts = array_column($rows, 'AT_AMOUNT'); diff --git a/CONTENT/ROOT_URI/Agent/Receive.php b/CONTENT/ROOT_URI/Agent/Receive.php index 1bce834..247fd8b 100644 --- a/CONTENT/ROOT_URI/Agent/Receive.php +++ b/CONTENT/ROOT_URI/Agent/Receive.php @@ -1,3 +1,9 @@ +window.location.href = '/Agent/agent-login'"; + exit; + } +?>