Anpassung für Aufruf für proxy

This commit is contained in:
2026-05-05 11:05:03 +02:00
parent a675873437
commit bec1c8725f
11 changed files with 628 additions and 198 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
<div class="flash flash-error"><?= h((string) $flashError) ?></div>
<?php endif; ?>
<form method="post" action="/admin/login" class="stack-form">
<form method="post" action="<?= h(url('admin/login')) ?>" class="stack-form">
<label>
<span>Benutzername</span>
<input type="text" name="username" value="admin" required>