web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 17 Apr 2012 14:55:13 +0200
changeset 587 4ad5ef5a0e02
parent 432 2c18b115ab00
permissions -rw-r--r--
Added Live Video to Www2012

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>