web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Sun, 28 Nov 2021 18:55:45 +0100
changeset 1553 53df1cd6d37a
parent 432 2c18b115ab00
permissions -rw-r--r--
Correct schedule on tuesday

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>