web/tweetcast-proxy.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 26 Sep 2013 14:45:38 +0200
changeset 952 d84f3621a0ee
parent 432 2c18b115ab00
permissions -rw-r--r--
Added BPI-Biens-Communs

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>