web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 20 Mar 2013 16:32:45 +0100
changeset 802 a9fa8dbfb8f0
parent 432 2c18b115ab00
permissions -rw-r--r--
Corrections on #eduinov

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>