mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Remove v_ from the link.
This commit is contained in:
@@ -79,7 +79,7 @@ echo "<br />";
|
||||
echo "<br />\n";
|
||||
|
||||
//call forward, follow me and dnd
|
||||
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/calls/v_calls.php")) {
|
||||
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/calls/calls.php")) {
|
||||
if (permission_exists('follow_me') || permission_exists('call_forward') || permission_exists('do_not_disturb')) {
|
||||
$is_included = "true";
|
||||
require_once "app/calls/calls.php";
|
||||
|
||||
Reference in New Issue
Block a user