Remove v_ from the links to calls.php and call_edit.php

This commit is contained in:
Mark Crane
2012-11-21 06:05:45 +00:00
parent 0a5c5971df
commit 7a49884a9b
5 changed files with 144 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ echo "<br />";
if (file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/app/calls/v_calls.php")) {
if (permission_exists('follow_me') || permission_exists('call_forward') || permission_exists('do_not_disturb')) {
$is_included = "true";
require_once "app/calls/v_calls.php";
require_once "app/calls/calls.php";
}
}