diff --git a/index2.php b/index2.php index 9bc425530e..9289fa6e53 100644 --- a/index2.php +++ b/index2.php @@ -79,7 +79,7 @@ echo "
"; echo "
\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";