forked from leftypol/leftypol
Reports/report queue
This commit is contained in:
parent
8e1ef6558b
commit
ce18d43bcd
6 changed files with 167 additions and 10 deletions
|
@ -828,8 +828,8 @@
|
|||
) == '127.0.0.2';
|
||||
}
|
||||
|
||||
function ReverseIPOctets($inputip) {
|
||||
$ipoc = explode('.', $inputip);
|
||||
function ReverseIPOctets($ip) {
|
||||
$ipoc = explode('.', $ip);
|
||||
return $ipoc[3] . '.' . $ipoc[2] . '.' . $ipoc[1] . '.' . $ipoc[0];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue