From 2d60d3804585bc5bf6b5a5abe8fdb596ec126f0e Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 8 Jan 2021 18:04:53 +0100 Subject: [PATCH] new shiny landing without profile --- secure.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/secure.php b/secure.php index 7b971a3..3f0adf4 100644 --- a/secure.php +++ b/secure.php @@ -11,7 +11,8 @@ $pdo = new PDO('mysql:host=localhost;dbname=usertable', 'usertable', 'password') if(!isset($_SESSION['userid'])) { die('Please login'); } - + + /* $userid = $_SESSION['userid']; $username = $_SESSION['username']; $useremail = $_SESSION['email']; @@ -32,7 +33,10 @@ echo "
"; echo "This is the end now!"; echo "
"; echo "goodbye"; +*/ ?> - + +
+ \ No newline at end of file