mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Flood ban email: show IP in IPv4 format if possible
This commit is contained in:
@@ -331,7 +331,7 @@ class notify
|
||||
|
||||
function notify_flood($data)
|
||||
{
|
||||
$this->send('flood', NT_LAN_FL_1, NT_LAN_FL_2.': '.e107::getIPHandler()->ipDecode($data));
|
||||
$this->send('flood', NT_LAN_FL_1, NT_LAN_FL_2.': '.e107::getIPHandler()->ipDecode($data, TRUE));
|
||||
}
|
||||
|
||||
function notify_subnews($data)
|
||||
|
Reference in New Issue
Block a user