web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 06 May 2016 18:35:27 +0200
changeset 1345 355515f9dc60
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V04.043 for changeset 0e715cce43bb

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>