web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Fri, 15 Nov 2024 01:29:53 +0100
changeset 1575 ce1d5b0d1479
parent 432 2c18b115ab00
permissions -rw-r--r--
Correct some details

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>