mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17092] Check for Spamhaus error codes
Remove leftover logging PHPBB3-17092
This commit is contained in:
parent
aa523eadf1
commit
20c3371460
1 changed files with 0 additions and 1 deletions
|
@ -1401,7 +1401,6 @@ class session
|
||||||
|
|
||||||
if ($error !== false)
|
if ($error !== false)
|
||||||
{
|
{
|
||||||
echo 'Error encountered<br>';
|
|
||||||
$config->set('check_dnsbl', 0);
|
$config->set('check_dnsbl', 0);
|
||||||
$phpbb_log->add('critical', $this->data['user_id'], $ip, $error);
|
$phpbb_log->add('critical', $this->data['user_id'], $ip, $error);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue