web/tweetcast-proxy.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 15 Jan 2018 17:10:45 +0100
changeset 1412 8e51c6b8815f
parent 432 2c18b115ab00
permissions -rw-r--r--
publish enmi17 sessions

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>