web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 18 Apr 2013 18:58:16 +0200
changeset 868 84d49f436e3d
parent 432 2c18b115ab00
permissions -rw-r--r--
carton ha

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>