WIP Preorderlogistics

This commit is contained in:
Frank Schubert
2023-11-08 16:47:50 +01:00
parent 5c3ad83bc2
commit 36c6036ed9
2 changed files with 9 additions and 1 deletions
@@ -14,6 +14,9 @@ class DashboardController extends mfBaseController {
if($this->me->is("preorderfront")) {
$this->redirect("Preorder");
}
if($this->me->is("Preorderlogistics")) {
$this->redirect("Preorderlogistics");
}
$newss = NewsModel::getAll();
$this->layout()->set("newss", $newss);