Remove v_ from the link.
This commit is contained in:
parent
ac3677fc26
commit
bf29ee49bb
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue