„content/login/redirect.php“ ändern

master
Erik 2020-02-19 10:13:28 +01:00
parent 92b98af834
commit 1f4885f65c
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 = $_GET['username']; <?php $username = $_POST['username'];
echo "Welcome back, $username";?> echo "Welcome back, $username";?>
</html> </html>