web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 18 Dec 2012 17:16:26 +0100
changeset 754 6fd82508e33f
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V02.08 for changeset f84b2a417a75

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>