„threadr/profile/index.php“ ändern

master
Erik 2020-03-04 10:43:42 +01:00
parent 0c7d96002a
commit 164730d5e9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ $navbar = "profile";
<center><h1><?php echo " $username "; ?> </h1></center>
<form action="%CONTENT_DIR%/profile/" method="post">
</form>
<a href="%CONTENT_DIR%/profile/redirect.php">
<a href="%CONTENT_DIR%/profile/edit.php">
<button>Edit Profile</button>
</a>
</div>