[PSR-2] Fix indentation

This commit is contained in:
Thibaud Chauviere
2015-07-07 10:48:15 +02:00
parent 020524e4e1
commit 03ba75e1d2
11 changed files with 436 additions and 436 deletions
+3 -3
View File
@@ -23,13 +23,13 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
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;