web/tweetcast-proxy.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Thu, 02 Aug 2012 12:55:52 +0200
changeset 671 262c05557266
parent 432 2c18b115ab00
permissions -rw-r--r--
EXPE: protocol niv2 for FENS2012

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>