collected all the ToDos and created issues for the ones that are still relevant fixing #23
parent
7b32587613
commit
4c619999c7
|
@ -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";
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue