request client to not use caching

master
Jan Danielzick 2020-03-02 14:12:47 +01:00
parent 3d10f17593
commit 396375dc70
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php
session_start();
%PLEAZE_NO_CACHE%
%NO_CHEAP_SESSION_STEALING%
$navbar = "signup";
?>