diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 3165249e56..5059963a57 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -709,7 +709,7 @@ switch ($category) { case 'users': if (!permission_exists('user_view')) { continue 2; } - $url = '/core/users/index.php'; + $url = '/core/users/users.php'; break; case 'call_center_queues': if (!permission_exists('call_center_active_view')) { continue 2; } @@ -775,7 +775,7 @@ $hud_stat_title = $text['label-active_extensions']; } else if ((permission_exists('user_view') || if_group("superadmin")) && file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/core/users/")) { - $onclick = "onclick=\"document.location.href='".PROJECT_PATH."/core/users/index.php'\""; + $onclick = "onclick=\"document.location.href='".PROJECT_PATH."/core/users/users.php'\""; $hud_stat = $stats[$scope]['users']['total'] - $stats[$scope]['users']['disabled']; $hud_stat_title = $text['label-active_users']; } @@ -844,7 +844,7 @@ //users if ((permission_exists('user_view') || if_group("superadmin")) && file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH."/core/users/")) { - $tr_link = "href='".PROJECT_PATH."/core/users/index.php'"; + $tr_link = "href='".PROJECT_PATH."/core/users/users.php'"; $hud[$n]['html'] .= "