web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Tue, 12 Jan 2021 17:29:44 +0100
changeset 1539 2eca6c367a75
parent 432 2c18b115ab00
permissions -rw-r--r--
publish enmi2020

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>