web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Wed, 26 Jun 2019 14:04:16 +0200
changeset 1501 3e5a9740a15a
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag 06.015 for changeset b80b8e81065d

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>