request client to not use caching

master
Jan Danielzick 2020-03-02 14:18:26 +01:00
parent 6410f52c42
commit 011ef044ad
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php <?php
session_start(); session_start();
%PLEAZE_NO_CACHE%
//todo: force log out any user if logged in on this page //todo: force log out any user if logged in on this page
$navbar = "login"; $navbar = "login";
?> ?>