web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 24 Jul 2012 12:41:41 +0200
changeset 659 44c5c0a2b6d4
parent 432 2c18b115ab00
permissions -rw-r--r--
Added FENS events

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>