commit 1f8978d70f548aaae49435de15cb2d5c53280e62 parent 867115c7e42681765b3e3bae3e57d2b4ded6475e Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 20 Dec 2014 17:56:29 +0100 caching :/ Diffstat:
| M | themes/jumbotron/test.php | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/themes/jumbotron/test.php b/themes/jumbotron/test.php @@ -1,3 +1,9 @@ +<?php +####################### +# flush browser cache # +####################### +header("Cache-Control: no-cache, must-revalidate, no-store"); +?> <html> <head> <!-- Bootstrap core CSS -->