PluginProbe
imoje / 4.2.0
imoje v4.2.0
4.16.1 4.16.0 trunk 3.1.1 3.2.0 3.2.1 3.2.3 3.2.4 3.2.6 3.2.7 3.2.8 3.3.0 3.3.1 3.3.2 3.3.3 4.0.0 4.1.0 4.1.1 4.10.1 4.11.0 4.12.0 4.14.0 4.15.0 4.15.1 4.15.2 All 39 releases
imoje / includes / libs / payment-core / index.php

index.php in imoje 4.2.0, at includes/libs/payment-core/index.php

12 lines 298 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
4 header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
5
6 header("Cache-Control: no-store, no-cache, must-revalidate");
7 header("Cache-Control: post-check=0, pre-check=0", false);
8 header("Pragma: no-cache");
9
10 header("Location: ../");
11 exit;
12