debug und oidc

This commit is contained in:
2026-03-04 22:35:27 +01:00
parent c4b317d047
commit 43d0de3c5f
5 changed files with 147 additions and 1 deletions

View File

@@ -102,5 +102,5 @@ $sidebarItems = $moduleSidebar['items'] ?? [];
<?php endif; ?>
<?php if (defined('APP_DEBUG_TOOL') && APP_DEBUG_TOOL): ?>
<a class="debug-fab" href="/debug" title="Debug">🐞</a>
<button class="debug-fab" data-debug-open title="Debug" type="button">🐞</button>
<?php endif; ?>