new shiny landing without profile

This commit is contained in:
Thies Mueller 2021-01-08 18:04:53 +01:00
parent e5d256665d
commit 2d60d38045

View File

@ -12,6 +12,7 @@ if(!isset($_SESSION['userid'])) {
die('Please <a href="login.php">login</a>'); die('Please <a href="login.php">login</a>');
} }
/*
$userid = $_SESSION['userid']; $userid = $_SESSION['userid'];
$username = $_SESSION['username']; $username = $_SESSION['username'];
$useremail = $_SESSION['email']; $useremail = $_SESSION['email'];
@ -32,7 +33,10 @@ echo "<br/>";
echo "This is the end now!"; echo "This is the end now!";
echo "<br />"; echo "<br />";
echo "goodbye"; echo "goodbye";
*/
?> ?>
<a href="logout.php"><button>LOGOUT</button></a> <a href="profile.php"><button class="btn btn-primary">Profile</button></a>
<br>
<a href="logout.php"><button class="btn btn-danger">LOGOUT</button></a>
</body> </body>
</html> </html>