web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Tue, 23 Oct 2018 12:23:58 +0200
changeset 1481 f4c8af4e6060
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V06.009 for changeset d2d28468b410

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>