first commit
This commit is contained in:
28
modules/pdproductattributeslist/controllers/front/index.php
Normal file
28
modules/pdproductattributeslist/controllers/front/index.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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;
|
||||
Reference in New Issue
Block a user