web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 10 May 2013 13:34:40 +0200
changeset 893 10a19dd4e1c9
parent 432 2c18b115ab00
permissions -rw-r--r--
Merge with 357990a5f8cc85fd4181b2d8d0556b6c05fcf287

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>