From ce4d77e6f9296653d9208005dfc1afc97e290889 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 13 Nov 2021 15:31:39 -0700 Subject: [PATCH] Update the URL to the dashboard --- .../resources/dashboard/call_center_agents.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/call_centers/resources/dashboard/call_center_agents.php b/app/call_centers/resources/dashboard/call_center_agents.php index 415b96c9a0..dc6388f957 100644 --- a/app/call_centers/resources/dashboard/call_center_agents.php +++ b/app/call_centers/resources/dashboard/call_center_agents.php @@ -85,12 +85,9 @@ } } - //set message - //... - //redirect - header('Location: '.PROJECT_PATH.'/core/user_settings/user_dashboard.php'); - exit; + header('Location: '.PROJECT_PATH.'/core/dashboard/'); + exit; } //get the agent list from event socket