From 43bd936ada471932d1f9d252e538e738db740540 Mon Sep 17 00:00:00 2001 From: Michael Dekker Date: Sun, 9 Oct 2016 23:07:00 +0200 Subject: [PATCH] CO: Remove index.php in upload folder --- upload/index.php | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 upload/index.php diff --git a/upload/index.php b/upload/index.php deleted file mode 100644 index 369a7a3f31..0000000000 --- a/upload/index.php +++ /dev/null @@ -1,35 +0,0 @@ - -* @copyright 2007-2014 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;