DEBSOURCES
Skip Quicknav
sources / pushpin / 1.41.0-5 / tools / testwebsocket.php
123456789
<?php $body = @file_get_contents('php://input'); header('Content-Type: application/websocket-events'); print $body; ?>