web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 17 Jun 2013 11:20:38 +0200
changeset 928 dd21456d50a7
parent 432 2c18b115ab00
permissions -rw-r--r--
#designmd as main event

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>