From fc3d9468a1da52cee0fe4d7f33a2089d7bd36853 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 24 Feb 2020 04:43:53 +0100 Subject: [PATCH] added %NO_CHEAP_SESSION_STEALING% --- threadr/about/index.php | 4 ++++ threadr/boards/index.php | 8 ++++++-- threadr/index.php | 4 ++++ threadr/login/index.php | 4 ++++ threadr/news/index.php | 6 +++++- threadr/signup/index.php | 4 ++++ threadr/signup/verify-email/index.php | 2 ++ 7 files changed, 29 insertions(+), 3 deletions(-) diff --git a/threadr/about/index.php b/threadr/about/index.php index 5b454c7..93d1472 100644 --- a/threadr/about/index.php +++ b/threadr/about/index.php @@ -1,3 +1,7 @@ +
diff --git a/threadr/boards/index.php b/threadr/boards/index.php index 92dc1df..3c7919f 100644 --- a/threadr/boards/index.php +++ b/threadr/boards/index.php @@ -1,3 +1,7 @@ + @@ -25,7 +29,7 @@ $pdo = new PDO('mysql:host=localhost;dbname=web', 'webstuff', 'Schei// auf Pa$$w0rter!'); $error = false; $error_message = ""; - + if (!$error) { $statement = $pdo->prepare("SELECT * FROM boards"); $statement->execute(); @@ -34,7 +38,7 @@ echo "2020-02-21 Whole Website updated: Homepage, News, Boards, About, Log In, Userhome, Log Out
2020-01-06 First Steps done