Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add X-Forwarded-For to log.php #1042

Closed
wants to merge 1 commit into from
Closed

Conversation

dunath
Copy link

@dunath dunath commented May 25, 2017

otuput:
Thu, 25 May 2017 15:58:25 +0000 [z.z.z.z]
Thu, 25 May 2017 16:06:05 +0000 [z.z.z.z (x.x.x.x) ]
for: x.x.x.x = HEADERS['X-Forwarded-For']
z.z.z.z = SERVER['REMOTE_ADDR']

otuput:
Thu, 25 May 2017 15:58:25 +0000 [z.z.z.z]
Thu, 25 May 2017 16:06:05 +0000 [z.z.z.z (x.x.x.x) ]
for: x.x.x.x = HEADERS['X-Forwarded-For']
      z.z.z.z = SERVER['REMOTE_ADDR']
ikkez added a commit to f3-factory/fatfree-core that referenced this pull request Nov 24, 2019
@ikkez ikkez closed this Nov 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants