Update RadiusController.php

This commit is contained in:
Luca Haid
2025-10-14 08:58:28 +00:00
parent 71a49ffac4
commit 1319876194

View File

@@ -6,7 +6,7 @@ class RadiusController extends mfBaseController {
private User $me;
protected function init(): void {
$this.needlogin=true;
$this->needlogin=true;
$me = new User();
$me->loadMe();
$this->layout()->set("me", $me);