web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 21 Mar 2013 17:31:31 +0100
changeset 805 5e7a0fedabdf
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V02.16 for changeset a4d4c4de1c60

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>