web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Thu, 07 Nov 2024 22:42:07 +0100
changeset 1572 dad2fc75bd8b
parent 432 2c18b115ab00
permissions -rw-r--r--
Added tag V09.000 for changeset 4a1e6952afe5

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>