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)
?>