blob: afc9add7fc66e9d7f2b58a522b16da6a0ee943ff [file] [log] [blame]
<?php
require_once 'ping-file-path.php';
$DO_NOT_CLEAR_COOKIES = true;
require_once 'save-ping.php';
header('HTTP/1.1 307');
header('Location: save-ping.php' . (isset($_SERVER['QUERY_STRING']) ? '?' . $_SERVER['QUERY_STRING'] : ''));
?>