web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 23 Mar 2012 16:32:46 +0100
changeset 566 3f2b6b822166
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V01.58 for changeset f72d9f179c05

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>