mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update the path to the dashboad from app to core.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user