2017-05-15 15:32:46 +00:00
|
|
|
<?php
|
|
|
|
header( "HTTP/1.1 200 OK" );
|
|
|
|
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
|
|
|
|
header("Cache-Control: post-check=0, pre-check=0", false);
|
|
|
|
header("Pragma: no-cache");
|
2017-06-14 10:33:11 +00:00
|
|
|
header("Connection: keep-alive");
|
2017-05-15 15:32:46 +00:00
|
|
|
?>
|