web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 20 Mar 2013 16:35:10 +0100
changeset 803 bb3595fc99c3
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V02.16 for changeset c6b35946d71c

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>