Document $php_self_pattern and $php_self_replacement
[squirrelmail.git] / config / config_local.example.php
index c942d0d181fef6491bc1eb360abc7198b5504361..1473f0a61dfa2cfb383071f4d82a34fe83efb629 100644 (file)
  * 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.
+ *
  */