Files
nexus/modules/boersenchecker/pages/index.php
Lars Gebhardt-Kusche 04a4c3f2c1
All checks were successful
Deploy / deploy-staging (push) Successful in 6s
Deploy / deploy-production (push) Has been skipped
boersenchecker
2026-04-22 00:40:13 +02:00

8 lines
170 B
PHP

<?php
declare(strict_types=1);
require_auth();
$page = new \Modules\Boersenchecker\Support\DashboardPage();
module_tpl('boersenchecker', 'dashboard', $page->handle());