web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 07 Dec 2012 11:17:08 +0100
changeset 730 3955bf4f221e
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V02.05 for changeset 2f43178d4b25

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>