collected all the ToDos and created issues for the ones that are still relevant fixing #23

master
BodgeMaster 2021-09-01 03:14:01 +02:00
parent 7b32587613
commit 4c619999c7
3 changed files with 0 additions and 4 deletions

View File

@ -1,7 +1,6 @@
<?php
session_start();
%SET_LOGIN_VARIABLE%
//ToDo: Remove dis when development izz done. Cause perfoarmance.
%PLEAZE_NO_CACHE%
%NO_CHEAP_SESSION_STEALING%
$navbar="about";

View File

@ -38,7 +38,6 @@ $navbar = "verify-email";
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
//todo empty navbar
%NAVBAR%
<div class="container">
<div class="item-1">

View File

@ -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)
?>
<!DOCTYPE html>
<html>