Skip to content

Commit

Permalink
Update cacheindex.php
Browse files Browse the repository at this point in the history
  • Loading branch information
michelsteege authored Aug 23, 2018
1 parent e18222a commit b4276b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cacheindex.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ function skipCache(){
exit;
}

//Flush and skip
if(isset($_GET['flush']) || (isset($_GET['skipcache']) && $_GET['skipcache'] == '1')){
//Flush quickedit and skip
if(isset($_GET['flush']) || isset($_GET['qe']) || (isset($_GET['skipcache']) && $_GET['skipcache'] == '1')){
skipCache();
}

Expand Down

0 comments on commit b4276b4

Please sign in to comment.