Fixes a possible security threat.
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 7 Dec 2001 11:16:50 +0000 (11:16 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 7 Dec 2001 11:16:50 +0000 (11:16 +0000)
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

index dec5a0bfc79cf02b25588cfd15d2be073cfce9a6..e69294d85112a5786f959bfe8670421ec16a619f 100644 (file)
@@ -32,7 +32,7 @@ class POP3 {
 
     var $MAILSERVER = '';       // Set this to hard code the server name
 
 
     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!
 
                                 // commands and responses to error_log
                                 // this WILL log passwords!