When there is an error logging in, and since we are using frames, the
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 17 Oct 2000 21:27:03 +0000 (21:27 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 17 Oct 2000 21:27:03 +0000 (21:27 +0000)
"Click here to try again" link/prompt will now have the login.php script
fill the entire browser window (removing the frameset).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@805 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_general.php

index 0d8839665a01734c226206f9f35c85014d547098..83ffe7e68fcd607986d4a8fcb2cb5334f9481047 100755 (executable)
                               <td>
                                  <center>
                                  <?php echo _("Unknown user or password incorrect.") ?><br>
-                                 <a href="login.php"><?php echo _("Click here to try again") ?></a>
+                                 <a href="login.php" target="_top"><?php echo _("Click here to try again") ?></a>
                                  </center>
                               </td>
                            </tr>