web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 21 May 2012 18:18:08 +0200
changeset 620 953c68b4da79
parent 432 2c18b115ab00
permissions -rw-r--r--
Added Edito 24.05 + embed code now relaying mediafragment

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>