asdsd
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-11 02:31:23 +02:00
parent dc4abe9563
commit c15c90bf6d
3 changed files with 309 additions and 2 deletions

View File

@@ -50,7 +50,12 @@ $modules = array_values(array_filter(
<p>Module mit Login-Pflicht erscheinen erst nach passender Anmeldung.</p>
</div>
<?php if ($authUser !== null): ?>
<a class="nav-link" href="/modules">Module verwalten</a>
<div style="display:flex; gap:10px; flex-wrap:wrap;">
<a class="nav-link" href="/modules">Module verwalten</a>
<?php if (auth_is_admin()): ?>
<a class="nav-link" href="/exports/database.sql">SQL-Export</a>
<?php endif; ?>
</div>
<?php endif; ?>
</div>