From a57f161e261fce97c264a906be8782dbd92ca8b4 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 28 Jul 2021 21:49:55 +0000 Subject: [PATCH] Fix proxy as bus TTSS started returning status "HTTP/1.1 200 " --- proxy_tram.php | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/proxy_tram.php b/proxy_tram.php index 40e04ee..7f3d8a0 100644 --- a/proxy_tram.php +++ b/proxy_tram.php @@ -1,6 +1,3 @@ <?php $base_proxy = 'http://www.ttss.krakow.pl/internetservice'; -if($_GET['positionType'] ?? NULL === 'RAW') { - $_GET['positionType'] = 'CORRECTED'; -} require('proxy_common.php'); -- Gitblit v1.9.1