From 0c10ce538e6b1334a1a8816a23f2c1a40bea6c54 Mon Sep 17 00:00:00 2001 From: vinoth Date: Tue, 16 Jul 2024 14:54:42 +0530 Subject: [PATCH] task/PP-12178: Updated the version and security testing --- payrexx/config.xml | 2 +- payrexx/translations/index.php | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 payrexx/translations/index.php diff --git a/payrexx/config.xml b/payrexx/config.xml index d53026e..b24ff82 100644 --- a/payrexx/config.xml +++ b/payrexx/config.xml @@ -2,7 +2,7 @@ payrexx - + diff --git a/payrexx/translations/index.php b/payrexx/translations/index.php new file mode 100644 index 0000000..f0af4fd --- /dev/null +++ b/payrexx/translations/index.php @@ -0,0 +1,17 @@ + + * @copyright 2024 Payrexx + * @license MIT License + */ +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;