Files
2025-05-30 15:12:20 +02:00

29 lines
971 B
PHP

<?php
/**
* 2012-2022 Patryk Marek PrestaDev
*
* Patryk Marek PrestaDev - PD Related Products Pro © All rights reserved.
*
* DISCLAIMER
*
* Do not edit, modify or copy this file.
* If you wish to customize it, contact us at PrestaShop Addons.
*
* @author Patryk Marek PrestaDev
* @copyright 2012-2022 Patryk Marek - PrestaDev
* @package PD Related Products Pro 1 - PrestaShop 1.6.x and 1.7.x Module
* @version 1.1.1
* @license https://opensource.org/licenses/Apache-2.0 http://www.apache.org/licenses/LICENSE-2.0 Licensed under the Apache License, Version 2.0 (the "License"); You may not use this file except in compliance with the License.* @date 10-06-2015
*/
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;