Share

V-webmail

Tracker: Feature Requests

5 Suggestion for function(Client IP) - ID: 2836809
Last Update: Tracker Item Submitted ( nobody )

Hi,
I have a suggestion for Client IP function:

function Client_IP()
{
return(isset($_SERVER['HTTP_CLIENT_IP']) ? $_SERVER['HTTP_CLIENT_IP'] :
isset($_SERVER['HTTP_X_FORWARDED_FOR']) ?
getenv($_SERVER['HTTP_X_FORWARDED_FOR']) :
isset($_SERVER['HTTP_X_FORWARDED']) ? getenv($_SERVER['HTTP_X_FORWARDED'])
: isset($_SERVER['HTTP_FORWARDED']) ? $_SERVER['HTTP_FORWARDED'] :
isset($_SERVER['REMOTE_ADDR']) ? $_SERVER['REMOTE_ADDR'] : false)
}


Nobody/Anonymous ( nobody ) - 2009-08-13 09:36

5

Open

None

Nobody/Anonymous

General Feature Request

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.