Sfoglia il codice sorgente

Bug when repkyin. Could not use is_logged_in(). Replaced with
sqimap_login().

gustavf 25 anni fa
parent
commit
210df58b84
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/compose.php

+ 1 - 1
src/compose.php

@@ -354,7 +354,7 @@
 
 
       showInputForm();
       showInputForm();
    } else {
    } else {
-      is_logged_in();
+      $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
       displayPageHeader($color, $mailbox);
       displayPageHeader($color, $mailbox);
 
 
       $newmail = true;
       $newmail = true;