web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 16 Feb 2012 16:38:01 +0100
changeset 525 5f1fab3e5d26
parent 432 2c18b115ab00
permissions -rw-r--r--
Switched to edito-curation

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>