web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 10 Feb 2012 16:32:13 +0100
changeset 496 e307f08f59c5
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V01.30 for changeset 7453030fd06f

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>