Files
desktop/public/admin/apps/index.php
Lars Gebhardt-Kusche 44d9aa0969
All checks were successful
Deploy / deploy-staging (push) Successful in 41s
Deploy / deploy-production (push) Has been skipped
adasd
2026-06-25 23:36:23 +02:00

10 lines
196 B
PHP

<?php
declare(strict_types=1);
require_once dirname(__DIR__, 3) . '/src/App/bootstrap.php';
use App\AppPaths;
require AppPaths::systemAppPath(dirname(__DIR__, 3), 'admin-apps') . '/page.php';