debug und oidc
This commit is contained in:
@@ -5,5 +5,26 @@
|
||||
<div class="footer-right">Security first · Internal only</div>
|
||||
</footer>
|
||||
<?php asset_scripts('footer'); ?>
|
||||
<?php if (defined('APP_DEBUG_TOOL') && APP_DEBUG_TOOL): ?>
|
||||
<div class="debug-modal" id="debug-modal" aria-hidden="true">
|
||||
<div class="debug-modal__backdrop" data-debug-close></div>
|
||||
<div class="debug-modal__panel card">
|
||||
<div class="debug-modal__header">
|
||||
<strong>Debug Logs</strong>
|
||||
<button class="debug-modal__close" data-debug-close type="button">✕</button>
|
||||
</div>
|
||||
<div class="debug-modal__body">
|
||||
<div class="debug-modal__list">
|
||||
<div class="muted">Logs</div>
|
||||
<ul id="debug-log-list"></ul>
|
||||
</div>
|
||||
<div class="debug-modal__content">
|
||||
<div class="muted">Inhalt</div>
|
||||
<pre id="debug-log-content"></pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -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; ?>
|
||||
|
||||
Reference in New Issue
Block a user