From 97062d60a2a7058e589cdccd258ff43351110a62 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Thu, 8 Aug 2013 16:14:45 +0200 Subject: [PATCH] // Add index.php --- img/tmp/index.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 img/tmp/index.php diff --git a/img/tmp/index.php b/img/tmp/index.php new file mode 100755 index 000000000..195fab225 --- /dev/null +++ b/img/tmp/index.php @@ -0,0 +1,35 @@ + +* @copyright 2007-2013 PrestaShop SA +* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*/ + +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;