„content/login/redirect.php“ ändern

master
Erik 2020-02-19 10:05:03 +01:00
parent 69337ac289
commit c37f225b6e
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<html>
<head>
<title>ThreadR</title>
</head>
<body>
<h1>ThreadR</h1>
<h2> Welcome back, <?php echo $_SESSION['username']; ?>!</h2>
</html>