Pfad form action geändert

This commit is contained in:
blaerf 2025-11-28 22:28:52 +01:00
parent d1bafa28d9
commit 3eac9a659e

View File

@ -27,7 +27,7 @@ declare(strict_types=1);
</div> </div>
<?php endif; ?> <?php endif; ?>
<form class="user" action="index.php?route=login.submit" method="post" novalidate> <form class="user" action="../index.php?route=login.submit" method="post" novalidate>
<div class="form-group"> <div class="form-group">
<label for="username">Benutzername</label> <label for="username">Benutzername</label>
<input type="text" <input type="text"