Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4cd6b23007a831a4053a2df97f7e11c698e7414c https://github.com/phpmyadmin/phpmyadmin/commit/4cd6b23007a831a4053a2df97f7e... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2022-10-10 (Mon, 10 October 2022) -03:00
Changed paths: M libraries/classes/Controllers/Setup/MainController.php M libraries/classes/Http/ServerRequest.php M test/classes/Http/ServerRequestTest.php
Log Message: ----------- Add Http\ServerRequest::getQueryParam method
Similar to the Http\ServerRequest::getParsedBodyParam method, this method retrives a single parameter from the request query, or the default value if not available.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev