From 8e7a34da6e02de7253b9a732a73c222933e95c4d Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 24 Mar 2020 22:44:57 +0000 Subject: [PATCH] Document $php_self_pattern and $php_self_replacement git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14851 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_local.example.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config/config_local.example.php b/config/config_local.example.php index c942d0d1..1473f0a6 100644 --- a/config/config_local.example.php +++ b/config/config_local.example.php @@ -183,4 +183,14 @@ * can be enabled by adding this here: * $remove_rcdata_rawtext_tags_and_content = TRUE; * + * $php_self_pattern + * $php_self_replacement + * These may be used to modify the value of the global $PHP_SELF + * variable used throughout the SquirrelMail code (though that + * variable is used less frequently in version 1.5.x). The + * pattern should be a full regular expression including the + * delimiters. This may be helpful when the web server sees + * traffic from a proxy so the normal $PHP_SELF does not resolve + * to what it should be for the real client. + * */ -- 2.25.1