From d98c5a9e39c312424fa2586d1fe846f2999d49f5 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Wed, 28 Jul 2021 21:51:50 +0000 Subject: [PATCH] Set explicit 5s connect timeout in proxy script --- 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