web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 06 Feb 2012 10:54:07 +0100
changeset 494 36b25df474ac
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V01.29 for changeset 6210ecb97360

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>