web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 09 Sep 2013 16:27:31 +0200
changeset 945 83138b53c673
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V02.32 for changeset 1cfaeb31eb4b

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>