web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 28 Aug 2012 12:33:07 +0200
changeset 686 3fb54af6f3cc
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V01.99 for changeset 62e3beef6ac7

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>