-
Bug
-
Resolution: Fixed
-
Major
-
4.0.0-a1
-
None
When you click the link to show the SQL report, you are redirected to http://url/index.php&explain=1
which is incorrect, it should be http://url/index.php?explain=1
Depending if the URL have already query params or not, the query param should be appended with `&` or `?`.
- was caused by solution of
-
PHPBB-16207 Require cookies for sessions
- Unverified Fix