From a85c1d7933a678c9b63102947ec24cd445db5337 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Tue, 15 Oct 2013 18:05:02 +0200 Subject: [PATCH] // Add index.php files to dashboard folder --- .../controllers/dashboard/helpers/index.php | 35 +++++++++++++++++++ .../dashboard/helpers/view/index.php | 35 +++++++++++++++++++ .../template/controllers/dashboard/index.php | 35 +++++++++++++++++++ 3 files changed, 105 insertions(+) create mode 100644 admin-dev/themes/default/template/controllers/dashboard/helpers/index.php create mode 100644 admin-dev/themes/default/template/controllers/dashboard/helpers/view/index.php create mode 100644 admin-dev/themes/default/template/controllers/dashboard/index.php diff --git a/admin-dev/themes/default/template/controllers/dashboard/helpers/index.php b/admin-dev/themes/default/template/controllers/dashboard/helpers/index.php new file mode 100644 index 000000000..650e79b8c --- /dev/null +++ b/admin-dev/themes/default/template/controllers/dashboard/helpers/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; \ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/dashboard/helpers/view/index.php b/admin-dev/themes/default/template/controllers/dashboard/helpers/view/index.php new file mode 100644 index 000000000..c9b153f1b --- /dev/null +++ b/admin-dev/themes/default/template/controllers/dashboard/helpers/view/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; \ No newline at end of file diff --git a/admin-dev/themes/default/template/controllers/dashboard/index.php b/admin-dev/themes/default/template/controllers/dashboard/index.php new file mode 100644 index 000000000..65f37686f --- /dev/null +++ b/admin-dev/themes/default/template/controllers/dashboard/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; \ No newline at end of file