privilegedemarque/modules/_pm_advancedsearch4/img/index.php
Serveur preprod f0c0c48223 first push
2016-04-14 16:14:31 +02:00

9 lines
295 B
PHP
Executable File

<?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;