sebastianfeldmann / phpbu

PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
https://phpbu.de
Other
1.3k stars 110 forks source link

Update Webhook.php #334

Closed leevigraham closed 1 year ago

leevigraham commented 1 year ago

Fix deprecated warning in php 8.1

Deprecated: filter_var(): Passing null to parameter #3 ($options) of type array|int is deprecated in /usr/local/var/www/mytiki.life-basic-upgrade/vendor/phpbu/phpbu/src/Log/Webhook.php on line 137

sebastianfeldmann commented 1 year ago

Thanks :)