„content/login/redirect.php“ ändern

master
Erik 2020-02-19 10:10:19 +01:00
parent 18ac7a8e1a
commit acb3c5d69a
1 changed files with 2 additions and 1 deletions

View File

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