From 19fc22fbf0cb7b7a36bd87c77cb83d74f24871e0 Mon Sep 17 00:00:00 2001 From: Damien Metzger Date: Mon, 2 Sep 2013 20:34:43 +0200 Subject: [PATCH] // Added translations directory to module gapi --- modules/gapi/translations/index.php | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 modules/gapi/translations/index.php diff --git a/modules/gapi/translations/index.php b/modules/gapi/translations/index.php new file mode 100644 index 000000000..3f6561f72 --- /dev/null +++ b/modules/gapi/translations/index.php @@ -0,0 +1,35 @@ + +* @copyright 2007-2013 PrestaShop SA +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 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