web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Wed, 27 Mar 2013 14:29:01 +0100
changeset 822 df9c00cddfe1
parent 432 2c18b115ab00
permissions -rw-r--r--
Corrections for eduinov

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>