web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Wed, 13 Jan 2021 10:40:41 +0100
changeset 1541 61423ca4e0af
parent 432 2c18b115ab00
permissions -rw-r--r--
remove direct messages

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>