From 8c0129419cbcb9397d49ea9d39e2313c646fb355 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 10 Nov 2021 07:50:54 -0700 Subject: [PATCH] Update the path to the dashboad from app to core. --- app/ring_groups/resources/dashboard/ring_group_forward.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/ring_groups/resources/dashboard/ring_group_forward.php b/app/ring_groups/resources/dashboard/ring_group_forward.php index d69b32487b..6d114503ca 100644 --- a/app/ring_groups/resources/dashboard/ring_group_forward.php +++ b/app/ring_groups/resources/dashboard/ring_group_forward.php @@ -59,8 +59,8 @@ //find the path switch ($_SERVER['REQUEST_URI']) { - case PROJECT_PATH."/app/dashboard/index.php": - $validated_path = PROJECT_PATH."/app/dashboard/index.php"; + case PROJECT_PATH."/core/dashboard/index.php": + $validated_path = PROJECT_PATH."/core/dashboard/index.php"; break; case PROJECT_PATH."/app/ring_groups/ring_group_forward.php": $validated_path = PROJECT_PATH."/app/ring_groups/ring_group_forward.php"; @@ -107,7 +107,7 @@ //set message message::add($text['message-update']); - $validated_path = PROJECT_PATH."/app/dashboard/index.php"; + $validated_path = PROJECT_PATH."/core/dashboard/index.php"; //redirect the user header("Location: ".$validated_path);