web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Tue, 19 Jun 2018 15:26:31 +0200
changeset 1434 dd617ff0daa7
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V05.002 for changeset 0f5a585e8a95

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>