Fix: Changed /systemconfig/ page to /portal-management/

This commit is contained in:
2026-07-08 21:39:29 +02:00
parent 68c9e00afb
commit 94f349597d
3 changed files with 4 additions and 4 deletions

View File

@@ -63,7 +63,7 @@ function showCard($module_name, $page_name): void
if ($GLOBALS['modules_enabled']['portal-management']) {
showCard('portal-management', 'access_control');
showCard('portal-management', 'systemconfig');
showCard('portal-management', 'portal-management');
}
?>
</div>