web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 20 Feb 2012 18:52:19 +0100
changeset 528 7fb5a7b0d35c
parent 432 2c18b115ab00
permissions -rw-r--r--
remove reconnecting stream and propagate options

<?php

$url = 'http://polemictweet.com:8080/';

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>