web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 24 May 2012 18:32:29 +0200
changeset 629 2161c7d60beb
parent 432 2c18b115ab00
permissions -rw-r--r--
Removed tag V01.83

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>