Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
7d9160336f
|
@ -202,7 +202,7 @@ function get_client_ip()
|
|||
$ipaddress = 'UNKNOWN';
|
||||
}
|
||||
|
||||
return $ipaddress;
|
||||
return strip_tags($ipaddress);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue