From 7101c3f44a68ce4915e5ba73ce7b06f8444f20d9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 29 Jul 2024 22:29:51 -0600 Subject: [PATCH] Fix the destination url --- app/destinations/resources/dashboard/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/destinations/resources/dashboard/config.php b/app/destinations/resources/dashboard/config.php index 368026fd35..cb064fb5a8 100644 --- a/app/destinations/resources/dashboard/config.php +++ b/app/destinations/resources/dashboard/config.php @@ -5,7 +5,7 @@ $array['dashboard'][$x]['dashboard_uuid'] = 'a294b771-a125-4d36-b51a-973540346fa $array['dashboard'][$x]['dashboard_name'] = 'Destinations'; $array['dashboard'][$x]['dashboard_path'] = 'core/dashboard/resources/dashboard/icon.php'; $array['dashboard'][$x]['dashboard_icon'] = 'fa-sign-in-alt'; -$array['dashboard'][$x]['dashboard_url'] = 'app/destinations/destinations.php'; +$array['dashboard'][$x]['dashboard_url'] = '/app/destinations/destinations.php'; $array['dashboard'][$x]['dashboard_target'] = 'self'; $array['dashboard'][$x]['dashboard_width'] = ''; $array['dashboard'][$x]['dashboard_height'] = '';