28 lines
720 B
PHP
28 lines
720 B
PHP
<?php
|
|
/**
|
|
* Carts Guru
|
|
*
|
|
* @category advertising_marketing
|
|
* @author LINKT IT
|
|
* @copyright Copyright (c) LINKT IT 2016
|
|
* @version 1.1.0
|
|
* @license Commercial license
|
|
*
|
|
*************************************
|
|
** CARTS GURU *
|
|
** V 1.1.0 *
|
|
*************************************
|
|
* +
|
|
* + Languages: EN, FR
|
|
* + PS version: 1.4,1.5,1.6
|
|
* + Cloud compatible & tested
|
|
*/
|
|
|
|
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;
|