web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 10 Apr 2013 17:33:56 +0200
changeset 829 777ee71a17f4
parent 432 2c18b115ab00
permissions -rw-r--r--
Added Edito 18/04/2013

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>