„content/login/redirect.php“ ändern

master
Erik 2020-02-19 10:10:53 +01:00
parent f5d9bdca48
commit 1904776b92
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@
<body> <body>
<h1>ThreadR</h1> <h1>ThreadR</h1>
<h2> <?php $username = $_GET['username']; <?php $username = $_GET['username'];
echo "Welcome back, $username";?> </h2> echo "Welcome back, $username";?>
</html> </html>