Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 1dfce55965a8f6c8af9afe0215f9e77bca260928 https://github.com/phpmyadmin/phpmyadmin/commit/1dfce55965a8f6c8af9afe0215f9... Author: Shreyas Sinha shreyas.sinha14@gmail.com Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths: M libraries/Response.php M libraries/plugins/auth/AuthenticationHttp.php M setup/config.php M setup/lib/form_processing.lib.php M test/PMATestCase.php M test/classes/plugin/auth/AuthenticationHttpTest.php M test/libraries/PMA_Form_Processing_test.php
Log Message: ----------- Incorrect protocol number at 401/303 headers (#12920)
Shared code for handling HTTP response codes and correctly set it based on PHP SAPI.
Signed-off-by: Shreyas Sinha shreyas.sinha14@gmail.com