Login/Register/confirm and new comment feature

This commit is contained in:
2024-06-21 12:47:08 +02:00
parent 70da3e66fd
commit 5f573a468f
15 changed files with 516 additions and 40 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
<h2 class="m-3">
Result: <?= $result ?>
</h2>
<? } ?>
<?php } ?>
<?php if (isset($errors)) {
foreach ($errors as $error) { ?>
<h2 class="text-danger"><?= $error ?></h2>