request client to not use caching

master
Jan Danielzick 2020-03-02 14:16:10 +01:00
parent 0efe8efb4b
commit dfb9c4e8eb
1 changed files with 1 additions and 0 deletions

View File

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