„content/login/redirect.php“ ändern
parent
92b98af834
commit
1f4885f65c
|
@ -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>
|
Loading…
Reference in New Issue