blob: 4a0fbfa855e3638b1e3065cd13f78036f462b6d6 [file] [log] [blame]
<?php
$lastEventId = $_SERVER['HTTP_LAST_EVENT_ID'];
header("Location: /eventsource/resources/echo-url.php?id=" . $lastEventId);
header("Content-Type: text/event-stream");
?>