web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Wed, 29 Sep 2021 13:53:53 +0200
changeset 1547 7182d370c05f
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V07.001 for changeset fa507125e96c

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>