web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 10 Feb 2012 18:24:21 +0100
changeset 500 4f5d9f654aaa
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V01.32 for changeset 93ed090132be

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>