1
0
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:
Tijn Kuyper
2015-10-24 19:41:23 +02:00
parent 06cb429f6f
commit 9d40ee53c9

View File

@@ -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)