Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: bd2140576bd7a61217398c2cbf9bfacc2464861d https://github.com/phpmyadmin/phpmyadmin/commit/bd2140576bd7a61217398c2cbf9b... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-07-25 (Thu, 07 July 2024) -03:00
Changed paths: M app/constants.php M app/vendor_config.php M bin/console M public/index.php M public/setup/index.php M tests/bootstrap-dist.php M tests/bootstrap-static.php
Log Message: ----------- Remove the PHPMYADMIN constant
This constant was used to avoid non-entry-points scripts being called directly. As phpMyAdmin has a public directory now, directly calling scripts outside public is not possible anymore.
Introduced by afbb2a9dc2ff6f612e01f86e85788610e19a0338.
Signed-off-by: Maurício Meneghini Fauth mauricio@fauth.dev
Commit: 2295812c270ffbbec6196369921d536b92637a71 https://github.com/phpmyadmin/phpmyadmin/commit/2295812c270ffbbec6196369921d... Author: Maurício Meneghini Fauth mauricio@fauth.dev Date: 2024-07-25 (Thu, 07 July 2024) -03:00
Changed paths: M app/constants.php M app/vendor_config.php M bin/console M public/index.php M public/setup/index.php M tests/bootstrap-dist.php M tests/bootstrap-static.php
Log Message: ----------- Merge pull request #19239 from MauricioFauth/pma-constant-removal
Remove the PHPMYADMIN constant