Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 80e39b9b55568cee95d880793bcc8e84b83d0e93 https://github.com/phpmyadmin/phpmyadmin/commit/80e39b9b55568cee95d880793bcc... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-07-05 (Mon, 07 July 2021) -03:00
Changed paths: M index.php M libraries/classes/Routing.php M libraries/common.inc.php
Log Message: ----------- Move ServerRequest creation to common.inc.php
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: d2eeebef34ca099117edb501ddff8e1f70e6b0d3 https://github.com/phpmyadmin/phpmyadmin/commit/d2eeebef34ca099117edb501ddff... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2021-07-05 (Mon, 07 July 2021) -03:00
Changed paths: M libraries/classes/Controllers/Server/VariablesController.php M libraries/classes/Http/ServerRequest.php M libraries/common.inc.php
Log Message: ----------- Add `getParam` and `isPost` methods to `ServerRequest`
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev