From 904849cca12d9d13f11ea0150ac2501f9bb03562 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Wed, 1 Apr 2009 20:53:02 +0000 Subject: [PATCH] Documentation fix git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13497 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/deliver/Deliver.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/class/deliver/Deliver.class.php b/class/deliver/Deliver.class.php index d86a125b..8a53e0f4 100644 --- a/class/deliver/Deliver.class.php +++ b/class/deliver/Deliver.class.php @@ -570,7 +570,8 @@ class Deliver { * webmail installation does not prevent changes in user's email address. * See SquirrelMail bug tracker #847107 for more details about it. * - * Add $hide_squirrelmail_header as a candidate for config_local.php + * Add hide_squirrelmail_header as a candidate for config_local.php + * (must be defined as a constant: define('hide_squirrelmail_header', 1); * to allow completely hiding SquirrelMail participation in message * processing; This is dangerous, especially if users can modify their * account information, as it makes mapping a sent message back to the -- 2.25.1