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