From ce64fcd69962b751ff427946ccad7ba3568effab Mon Sep 17 00:00:00 2001 From: lLefevre Date: Fri, 6 Jul 2012 07:02:41 +0000 Subject: [PATCH] [-] BO : fix #PSCFV-3076 --- docs/csv_import/index.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/csv_import/index.php diff --git a/docs/csv_import/index.php b/docs/csv_import/index.php new file mode 100644 index 000000000..9a8d9bf36 --- /dev/null +++ b/docs/csv_import/index.php @@ -0,0 +1,36 @@ + +* @copyright 2007-2012 PrestaShop SA +* @version Release: $Revision: 13573 $ +* @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; \ No newline at end of file