web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Sat, 22 Sep 2018 14:53:33 +0200
changeset 1468 1c022bcd537a
parent 432 2c18b115ab00
permissions -rw-r--r--
push transition time

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>