commit | author | age | ||
eafc1c | 1 | <?php |
JK | 2 | $base_proxy = 'http://www.ttss.krakow.pl/internetservice'; |
f4c1c2 | 3 | if($_GET['positionType'] ?? NULL === 'RAW') { |
JK | 4 | $_GET['positionType'] = 'CORRECTED'; |
5 | } | |
769858 | 6 | require('proxy_common.php'); |