10 lines
300 B
PHP
Raw Normal View History

2021-10-12 20:55:46 +07:00
<?php
2021-11-03 16:19:39 +07:00
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: ../');
2021-10-12 20:55:46 +07:00
exit;