Skip to content

Commit

Permalink
Merge branch 'INTERNAL/check-github-version' of github.com:Invertus/d…
Browse files Browse the repository at this point in the history
…pdbaltics17 into INTERNAL/check-github-version
  • Loading branch information
MarijusCoding committed Jan 11, 2025
2 parents f3e3d8c + ab49674 commit 36b01bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/Validate/Version/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");

header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");

header("Location: ../");
exit;

0 comments on commit 36b01bd

Please sign in to comment.