web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 14 Feb 2012 14:22:15 +0100
changeset 512 8d2fcfbc2fd9
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V01.36 for changeset 3e6163b7764c

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>