web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 28 Nov 2012 14:56:02 +0100
changeset 723 ae55c841ed81
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V02.05 for changeset 4dba9032ac8e

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>