0 Members and 1 Guest are viewing this topic.
I think they have QUERY_STRING disabled in their security settings for Apache/nginx. I'll add a check to make sure it's set.
Quote from: tino on November 28, 2020, 04:37:19 AMI think they have QUERY_STRING disabled in their security settings for Apache/nginx. I'll add a check to make sure it's set.I would expect that to give more issues then just in TP?
<?php // Get the correct query string. It may be in an environment variable... if (!isset($_SERVER['QUERY_STRING'])) $_SERVER['QUERY_STRING'] = getenv('QUERY_STRING')