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