Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d8a1a3

Browse files
author
ITFlowDocuWikiSync
committedMar 7, 2025
Wiki page config_php changed with summary [[GET IP Method] Changed " to ' to avoid PHP errors] by (Docuwiki Sync)
1 parent 3a02302 commit 8d8a1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pages/config_php.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ You may need to tweak these values occasionally.
3939

4040
===== GET IP Method =====
4141
//(Not configured by default)//
42-
* ''DEFINE("CONST_GET_IP_METHOD", "HTTP_X_FORWARDED_FOR");''
42+
* ''DEFINE('CONST_GET_IP_METHOD', 'HTTP_X_FORWARDED_FOR');''
4343
By default, ITFlow will retrieve IP addresses using PHP's //REMOTE_ADDR//. If you are using a reverse-proxy, you'll need to configure ITFlow to use the //Forwarded For// header instead.

0 commit comments

Comments
 (0)
Please sign in to comment.