Implementierung

This commit is contained in:
2026-06-25 22:46:14 +02:00
parent d5a3f4298f
commit 4f524db221
5 changed files with 109 additions and 10 deletions
+7
View File
@@ -1,5 +1,6 @@
<?php
$error = $error ?? null;
$success = $success ?? null;
?>
<!--
@@ -17,6 +18,12 @@ $error = $error ?? null;
</p>
<?php endif; ?>
<?php if (!empty($success)): ?>
<p class="alert-message is-success" style="color:green;">
<?php echo $success; ?>
</p>
<?php endif; ?>
<form method="post" action="index.php?pfad=register">
<p class="input-label">Email:</p>