web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 13 Feb 2012 12:47:01 +0100
changeset 505 b90c2bd832dd
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V01.34 for changeset fde4fb3843e6

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>