„content/login/redirect.php“ ändern

master
Erik 2020-02-19 10:14:30 +01:00
parent a7a6c2fd67
commit 3ab0164cbb
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
<body> <body>
<h1>ThreadR</h1> <h1>ThreadR</h1>
<?php $username = $_POST['username']; <?php $username = $_POST['Username'];
echo "Welcome back, $username";?> echo "Welcome back, $username";?>
</html> </html>