Pārlūkot izejas kodu

Changed an if {} else if {} into if {} else {} (removed unnecessary if)

Tyler Akins 25 gadi atpakaļ
vecāks
revīzija
f0ba821678
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      functions/imap_general.php

+ 1 - 1
functions/imap_general.php

@@ -100,7 +100,7 @@
                    echo htmlspecialchars($line) . "<br>\n";
                }
                exit;
-            } else if ($response == "NO") {
+            } else {
                // If the user does not log in with the correct
                // username and password it is not possible to get the
                // correct locale from the user's preferences.