web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 18 Jun 2013 17:03:11 +0200
changeset 931 44ef3b1e7cbf
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V02.29 for changeset c9808c0e9856

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>