„threadr/profile/index.php“ ändern

master
flambus 2020-03-02 09:15:55 +01:00
parent b1da1ceb6d
commit 0b410c4d1a
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ $navbar = "profile";
</div>
<div class="item-2 form">
<center><h1><?php echo " $username "; ?> </h1></center>
<form action="%CONTENT_DIR%/profile/redirect.php" method="post">
<form action="%CONTENT_DIR%/profile/" method="post">
<input type="text" name="biography" maxlength="2000" placeholder="Describe yourself"/>
</form>
</div>