web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 27 May 2013 13:10:02 +0200
changeset 908 8d3096996732
parent 432 2c18b115ab00
permissions -rw-r--r--
Museo May 28 as current event

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>