Added use of $imapPort
[squirrelmail.git] / src / webmail.php
index 50d8c6119711092bd29613b36fc5ff2f0fab0268..41cf17c25ab07d53b35da0957b42c659b5464c01 100644 (file)
@@ -26,7 +26,7 @@
    include ("../functions/imap.php");
 
    // verify that username and password are correct
-   $imapConnection = sqimap_login($username, $key, $imapServerAddress, 0);
+   $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
    
    include ("../src/load_prefs.php");