瀏覽代碼

Tyler: This is not very original but should do the trick

philippe_mingo 24 年之前
父節點
當前提交
7808719aee
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      functions/imap_general.php

+ 1 - 2
functions/imap_general.php

@@ -24,8 +24,7 @@
 
         $IMAPSessionID = substr(session_id(), -4);
         if( $IMAPSessionID == '' ) {
-            $IMAPSessionID = str_pad( dechex( getPref( $data_dir, $username, 'counter', 0 ) ),
-                                      4, '0', STR_PAD_LEFT);
+            $IMAPSessionID = 'A001';
         }
 
         return( $IMAPSessionID );