sourcebans-pp icon indicating copy to clipboard operation
sourcebans-pp copied to clipboard

Fix auth

Open RSA-encryption opened this issue 4 years ago • 1 comments

No longer dies when using http

RSA-encryption avatar Sep 25 '21 09:09 RSA-encryption

$_SERVER['HTTPS'] ?? false is much simpler. SB++ already requires PHP with null-coalesce operator support (added in PHP 7.0).

CrazyHackGUT avatar Sep 25 '21 10:09 CrazyHackGUT

Thanks!

This has been fixed in the php81 branch.

Hackmastr avatar Aug 25 '22 13:08 Hackmastr