web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 18 Jan 2012 17:38:06 +0100
changeset 477 c236340517d1
parent 432 2c18b115ab00
permissions -rw-r--r--
Stream configuration options for BPI

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>