Skip to content

Commit

Permalink
+ We are now telling the browser not to cache our landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
litzinetz-de committed Nov 28, 2015
1 parent 2a3f017 commit 222773c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/landing/index.php
@@ -1,4 +1,8 @@
<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");

require('../classes/vouchermanager.php');
require('../classes/systemmanager.php');

Expand Down

0 comments on commit 222773c

Please sign in to comment.