web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 05 Apr 2012 12:42:08 +0200
changeset 578 80f16aa3007c
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V01.63 for changeset 185933af7411

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>