From ef610a28599b4611ce3f297f74fcce46a1ef6d1d Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Fri, 7 Dec 2001 11:16:50 +0000 Subject: [PATCH 1/1] Fixes a possible security threat. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1845 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/mail_fetch/class.POP3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mail_fetch/class.POP3.php b/plugins/mail_fetch/class.POP3.php index dec5a0bf..e69294d8 100644 --- a/plugins/mail_fetch/class.POP3.php +++ b/plugins/mail_fetch/class.POP3.php @@ -32,7 +32,7 @@ class POP3 { var $MAILSERVER = ''; // Set this to hard code the server name - var $DEBUG = FASLE; // set to true to echo pop3 + var $DEBUG = FALSE; // set to true to echo pop3 // commands and responses to error_log // this WILL log passwords! -- 2.25.1