Fix scrut bug

This commit is contained in:
laf
2015-06-09 15:04:07 +01:00
parent 851b7eb46f
commit 57b1ce7f33

View File

@ -1213,7 +1213,7 @@ function hex_to_ip($hex) {
}
$return = substr($return, 0, -1);
} else {
$return = $ip;
$return = $return;
}
return $return;
}