mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 11:13:50 +00:00
Dashboard: Rename dashboard setting for Call Routing visibility.
This commit is contained in:
@@ -1178,10 +1178,10 @@
|
||||
|
||||
}
|
||||
|
||||
if (!is_array($selected_blocks) || in_array('routing', $selected_blocks) || in_array('ring_groups', $selected_blocks)) {
|
||||
if (!is_array($selected_blocks) || in_array('call_routing', $selected_blocks) || in_array('ring_groups', $selected_blocks)) {
|
||||
echo "<div class='row' style='margin-top: 30px;'>\n";
|
||||
|
||||
if (!is_array($selected_blocks) || in_array('routing', $selected_blocks)) {
|
||||
if (!is_array($selected_blocks) || in_array('call_routing', $selected_blocks)) {
|
||||
//call routing
|
||||
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')) {
|
||||
|
||||
Reference in New Issue
Block a user