web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 06 Mar 2012 17:20:15 +0100
changeset 538 ba7bf4da33d9
parent 432 2c18b115ab00
permissions -rw-r--r--
Minor changes - About to publish new Metadataplayer version

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>