From 4c619999c703d64c71f568f6ab04e3512f12915e Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 1 Sep 2021 03:14:01 +0200 Subject: [PATCH] collected all the ToDos and created issues for the ones that are still relevant fixing #23 --- threadr/about/index.php | 1 - threadr/signup/verify-email/index.php | 1 - threadr/userhome/index.php | 2 -- 3 files changed, 4 deletions(-) diff --git a/threadr/about/index.php b/threadr/about/index.php index fbd14a5..778d2c0 100644 --- a/threadr/about/index.php +++ b/threadr/about/index.php @@ -1,7 +1,6 @@ - //todo empty navbar %NAVBAR%
diff --git a/threadr/userhome/index.php b/threadr/userhome/index.php index 3ca5799..e86746d 100644 --- a/threadr/userhome/index.php +++ b/threadr/userhome/index.php @@ -2,7 +2,6 @@ session_start(); %PLEAZE_NO_CACHE% %SET_LOGIN_VARIABLE% -//Todo: make this a setting for users that use VPNs/Proxies and seem to jump around the world rather quickly... %NO_CHEAP_SESSION_STEALING% %REQUIRE_LOGIN% @@ -20,7 +19,6 @@ if (!$result) { } $navbar = "home"; -//ToDo: differentiate between home and userhome (or auto-redirect) ?>