„content/login/index.php“ ändern

master
Erik 2020-02-19 10:57:28 +01:00
parent 8c32b21390
commit 41587428e5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</div>
<div class="item-2 round-border">
<p>Login:</p>
<form action="%CONTENT_DIR%/login/redirect.php" method="post">
<form action="%CONTENT_DIR%/userhome/" method="post">
<input type="text" name="name" maxlength="20" placeholder="Username" />
<input type="password" name="password" maxlength="256" placeholder="Password" />
<p></p>