„content/login/redirect.php“ löschen

master
Jakob 2020-02-19 10:58:06 +01:00
parent 41587428e5
commit 0ea154c955
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
<html>
<head>
<title>ThreadR</title>
<link rel="stylesheet" type="text/css" href="%CONTENT_DIR%/style.css">
</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>
</html>