update
This commit is contained in:
23
modules/pshowsso/views/css/index.php
Normal file
23
modules/pshowsso/views/css/index.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* File from https://prestashow.pl
|
||||
*
|
||||
* DISCLAIMER
|
||||
* Do not edit or add to this file if you wish to upgrade this module to newer
|
||||
* versions in the future.
|
||||
*
|
||||
* @authors PrestaShow.pl <kontakt@prestashow.pl>
|
||||
*
|
||||
* @copyright 2018 PrestaShow.pl
|
||||
* @license https://prestashow.pl/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;
|
||||
Reference in New Issue
Block a user