web/tweetcast-proxy.php
author Thibaut Cavalié <thibaut.cavalie@iri.centrepompidou.fr>
Fri, 28 Mar 2014 11:31:16 +0100
changeset 1092 9dcd8d390ba6
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V02.80 for changeset de19dabb5574

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>