web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Tue, 22 Oct 2024 08:53:02 +0200
changeset 1567 a805a8ee2b85
parent 432 2c18b115ab00
permissions -rw-r--r--
Upgrade ldtplayer

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>