Pfad form action geändert
This commit is contained in:
parent
d1bafa28d9
commit
3eac9a659e
@ -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"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user