Comment on How is the security level of PHP in 2023?
AA5B@lemmy.world 1 year agoNever used PHP, but wasn’t there a bunch of issues around the admin page being accessible?
Comment on How is the security level of PHP in 2023?
AA5B@lemmy.world 1 year agoNever used PHP, but wasn’t there a bunch of issues around the admin page being accessible?
Aganim@lemmy.world 1 year ago
PHP itself doesn’t have one, it does have a debug command
phpinfo()
which might print sensitive information. But that’s on the programmer if they called that on a publically available page. Could also be that you meant phpMyAdmin, which is a MySQL webclient built in PHP, not an admin page for PHP itself.AA5B@lemmy.world 1 year ago
Yep, that’s what I was thinking of