sourcebans-pp
sourcebans-pp copied to clipboard
Fix auth
No longer dies when using http
$_SERVER['HTTPS'] ?? false is much simpler. SB++ already requires PHP with null-coalesce operator support (added in PHP 7.0).
Thanks!
This has been fixed in the php81 branch.