web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 18 Apr 2013 18:00:43 +0200
changeset 866 f239ebb11236
parent 432 2c18b115ab00
permissions -rw-r--r--
bugfix

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>