web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Tue, 18 Nov 2014 14:16:53 +0100
changeset 1156 920a9fb7b2da
parent 432 2c18b115ab00
permissions -rw-r--r--
Removed tag v03.002

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>