浏览代码

Fixes a possible security threat.

philippe_mingo 23 年之前
父节点
当前提交
60a296be75
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/mail_fetch/class.POP3.php

+ 1 - 1
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!