philippe_mingo 23 年之前
父節點
當前提交
7db9a937dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/mail_fetch/class.POP3.php

+ 1 - 1
plugins/mail_fetch/class.POP3.php

@@ -43,7 +43,7 @@ class POP3 {
     var $RFC1939    = TRUE;     //  Set by noop(). See rfc1939.txt
     var $RFC1939    = TRUE;     //  Set by noop(). See rfc1939.txt
                                 //
                                 //
 
 
-    var $ALLOWAPOP  = FASLE;    //  Allow or disallow apop()
+    var $ALLOWAPOP  = FALSE;    //  Allow or disallow apop()
                                 //  This must be set to true
                                 //  This must be set to true
                                 //  manually
                                 //  manually