web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Mon, 17 Dec 2018 23:39:10 +0100
changeset 1487 6d4cc9caad9c
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V06.012 for changeset 59bda88361fc

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>