web/tweetcast-proxy.php
author Nicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 05 Jan 2016 11:59:58 +0100
changeset 1310 69797e45e10f
parent 432 2c18b115ab00
permissions -rw-r--r--
add edito #3

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>