diff --git a/core/user_settings/user_dashboard.php b/core/user_settings/user_dashboard.php index 07f5122523..0b03ff7dba 100644 --- a/core/user_settings/user_dashboard.php +++ b/core/user_settings/user_dashboard.php @@ -789,7 +789,7 @@ $show_stat = true; if (permission_exists('domain_view')) { - $onclick = "onclick=\"document.location.href='".PROJECT_PATH."/core/domain_settings/domains.php'\""; + $onclick = "onclick=\"document.location.href='".PROJECT_PATH."/core/domains/domains.php'\""; $hud_stat = $stats[$scope]['domains']['total'] - $stats[$scope]['domains']['disabled']; $hud_stat_title = $text['label-active_domains']; } @@ -824,7 +824,7 @@ //domains if (permission_exists('domain_view')) { - $tr_link = "href='".PROJECT_PATH."/core/domain_settings/domains.php'"; + $tr_link = "href='".PROJECT_PATH."/core/domains/domains.php'"; $hud[$n]['html'] .= "\n"; $hud[$n]['html'] .= "".$text['label-domains']."\n"; $hud[$n]['html'] .= "".$stats[$scope]['domains']['disabled']."\n";