From f515c631acf582d2d38c4f10a88f1806ebe00bb9 Mon Sep 17 00:00:00 2001 From: vChabot Date: Thu, 15 Mar 2012 10:19:52 +0000 Subject: [PATCH] // adding file index.php git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14191 b9a71923-0436-4b27-9f14-aed3839534dd --- img/genders/index.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 img/genders/index.php diff --git a/img/genders/index.php b/img/genders/index.php new file mode 100644 index 000000000..5be4163e3 --- /dev/null +++ b/img/genders/index.php @@ -0,0 +1,36 @@ + +* @copyright 2007-2012 PrestaShop SA +* @version Release: $Revision: 6844 $ +* @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