request client to not use caching (Anyone wondering why I am at school and not in my class?)

master
Jan Danielzick 2020-03-02 14:23:40 +01:00
parent f8368d98f4
commit b131dc733b
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?php <?php
//todo: fix automatic log out when opening "Boards" //todo: fix automatic log out when opening "Boards"
session_start(); session_start();
%PLEAZE_NO_CACHE%
%NO_CHEAP_SESSION_STEALING% %NO_CHEAP_SESSION_STEALING%
$navbar="boards"; $navbar="boards";
?> ?>