Updated Dashboard and made it live

This commit is contained in:
Luca Haid
2025-01-13 10:44:32 +01:00
parent 9f7338c77f
commit a6df4c6496
5 changed files with 185 additions and 168 deletions

View File

@@ -22,9 +22,8 @@ class DashboardController extends mfBaseController {
$this->layout()->set("newss", $newss);
if($this->me->can("Statistics") && $this->me->is(["Admin", "netowner", "salespartner"])) {
return $this->dashboardAction();
$this->redirect("DashboardNew");
}
}
protected function dashboardAction() {