We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd53f7a commit f37a7beCopy full SHA for f37a7be
bfstop.php
@@ -294,9 +294,9 @@ public function onUserLoginFailure($user, $options=null)
294
return;
295
}
296
$ipAddress = $this->getIPAddr();
297
- if (empty($ipaddress) || $ipaddress === '')
+ if (empty($ipAddress) || $ipAddress === '')
298
{
299
- $this->logger->log('Empty ip address!', JLog::ERROR);
+ $this->logger->log('Empty IP address!', JLog::ERROR);
300
301
302
if ($this->mydb->isIPWhiteListed($ipAddress))
0 commit comments