„threadr/profile/index.php“ ändern

master
Erik 2020-02-26 10:02:26 +01:00
parent 73b8a8fb87
commit 97a9332cfb
1 changed files with 3 additions and 1 deletions

View File

@ -45,6 +45,8 @@ $username = $dbentry['name'];
<li><center><h1><?php echo " $username "; ?> </h1></center></li>
</ul>
</div>
<input type="submit" value="Log in">
<a href="/common/threadr/profile/">
<button> Register </button>
</a>
</div>
</html>