web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 21 Jun 2012 17:31:11 +0200
changeset 639 69b2d45f9167
parent 432 2c18b115ab00
permissions -rw-r--r--
WIID Program Update

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>