request client to not use caching
parent
0efe8efb4b
commit
dfb9c4e8eb
|
@ -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";
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue