Reviewänderungen

This commit is contained in:
2026-06-30 20:25:36 +02:00
parent 1b2ab1cccb
commit cc5f46c00e
10 changed files with 177 additions and 104 deletions
+2
View File
@@ -11,6 +11,8 @@ $error = $error ?? null;
<h1>Bitte anmelden</h1>
<?php include_once "includes/alertMessages.php"; ?>
<?php if (!empty($error)): ?>
<p class="alert-message is-error">
<?php echo htmlspecialchars($error); ?>