web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 24 May 2012 21:26:34 +0200
changeset 631 09c34c648883
parent 432 2c18b115ab00
permissions -rw-r--r--
switch to Jenkins

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>