web/tweetcast-proxy.php
author ymh <ymh.work@gmail.com>
Tue, 10 Sep 2024 18:00:20 +0200
changeset 1562 27db60397462
parent 432 2c18b115ab00
permissions -rw-r--r--
Correct path in sitemap for events with multiple sessions

<?php

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

$qs = $_SERVER['QUERY_STRING'];

$toget = "$url?$qs";

echo file_get_contents($toget)

?>