🐛 | Automatic IP ban (Autoban) | Deprecated function: trim(): Passing null to parameter #1 ($string) in AutobanController.php
Hello. I added condition for $entity->referer to fix Deprecated function: trim(): Passing null to parameter.
$referer = !empty($entity->referer) ? trim($entity->referer) : NULL;