web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 09 Nov 2012 13:09:12 +0100
changeset 710 6916a9bf6d7e
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V02.02 for changeset f0b7049fd87d

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>