lbuchs / WebAuthn

A simple PHP WebAuthn (FIDO2/Passkey) server library
https://webauthn.lubu.ch
MIT License
419 stars 75 forks source link

fixed is_file() call with null in PHP 8.1 #53

Closed brainfoolong closed 2 years ago

brainfoolong commented 2 years ago

Hi!

Just a small fix for PHP 8.1. Calling is_file() with null will throw an error in PHP 8.1, so i added a check for this.

lbuchs commented 2 years ago

Thanks!