Updated Dashboard and made it live
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user