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