Remove v_ from the link.

This commit is contained in:
Mark Crane
2012-11-21 08:19:17 +00:00
parent ac3677fc26
commit bf29ee49bb

View File

@@ -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";