„content/login/redirect.php“ löschen
parent
41587428e5
commit
0ea154c955
|
@ -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>
|
|
Loading…
Reference in New Issue