Explorar o código

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

philippe_mingo %!s(int64=23) %!d(string=hai) anos
pai
achega
7808719aee
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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 );