„content/login/redirect.php“ ändern

master
Erik 2020-02-19 10:52:44 +01:00
parent 32b922f98e
commit 250628340c
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@
</head>
<body>
<ul class="topnav">
<li><a href="%CONTENT_DIR%/">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="%CONTENT_DIR%/about/">About</a></li>
<li class="right"><a class="active" href="%CONTENT_DIR%/login/">Log In</a></li>
</ul>
<h1>ThreadR</h1>
<h3><?php $username = $_POST['name'];
echo "Welcome back, $username !";?> </h3>