„content/login/redirect.php“ ändern
parent
a7a6c2fd67
commit
3ab0164cbb
|
@ -5,6 +5,6 @@
|
|||
|
||||
<body>
|
||||
<h1>ThreadR</h1>
|
||||
<?php $username = $_POST['username'];
|
||||
<?php $username = $_POST['Username'];
|
||||
echo "Welcome back, $username";?>
|
||||
</html>
|
Loading…
Reference in New Issue