Skip to content

Commit

Permalink
=2.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Nov 7, 2020
1 parent 56e5e56 commit 1c87b69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/* ------------------------------------------
* @VERSION
* ------------------------------------------*/
$C_VERSION = "2.7.14";
$C_VERSION = "2.7.15";
$C_VERSION_STRING = "Version: " . $C_VERSION;
$C_MAX_HINT_LEVEL = 1;

Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,8 +465,8 @@ function handleException($exception){
// Always modified - Tells browser that new content available
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT", TRUE);

// HTTP/1.1 and cookie cache control
header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, no-cache="set-cookie"', TRUE);
// HTTP/1.1 cache control
header('Cache-Control: no-store, no-cache', TRUE);

// HTTP/1.0 cache-control
header("Pragma: no-cache", TRUE);
Expand Down

0 comments on commit 1c87b69

Please sign in to comment.