web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 24 Sep 2013 10:18:08 +0200
changeset 951 e120efe3735b
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V02.33 for changeset 4f1ce3154072

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>