web/tweetcast-proxy.php
author Nicolas Durand <nicolas.durand@iri.centrepompidou.fr>
Fri, 11 Dec 2015 17:13:20 +0100
changeset 1301 ae7457ba07e9
parent 432 2c18b115ab00
permissions -rw-r--r--
add enmi15

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>