web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 25 Nov 2014 18:03:19 +0100
changeset 1161 757c6f615a96
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V03.003 for changeset f9906b23f19c

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>