web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Tue, 20 Oct 2020 12:07:33 +0200
changeset 1531 0c13d78ff496
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V06.021 for changeset adf30720ec85

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>