web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 19 Dec 2011 11:37:16 +0100
changeset 444 3774706bfb80
parent 432 2c18b115ab00
permissions -rw-r--r--
Merge with b3a6ab49a2db9929f2b40025dc68cd15e4030b70

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>