request client to not use caching
parent
6410f52c42
commit
011ef044ad
|
@ -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";
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue