Преглед изворни кода

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>