web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 24 May 2012 14:16:49 +0200
changeset 625 f23a3f9b79ac
parent 432 2c18b115ab00
permissions -rw-r--r--
re-enabled pad

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>