ソースを参照

When there is an error logging in, and since we are using frames, the
"Click here to try again" link/prompt will now have the login.php script
fill the entire browser window (removing the frameset).

Tyler Akins 25 年 前
コミット
481d61b096
1 ファイル変更1 行追加1 行削除
  1. 1 1
      functions/imap_general.php

+ 1 - 1
functions/imap_general.php

@@ -148,7 +148,7 @@
                               <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>