fixed login problems
[squirrelmail.git] / functions / imap_general.php
index c18cfa7414d9c61e6606af85d03c22d5e24b674a..26d9107c40d5a96a156279d21d90f5fe2d8d8d61 100755 (executable)
             } else if (substr($read, 0, 7) == "a001 NO") {
                ?>
                   <html>
-                     <body bgcolor=<? echo $color[4] ?>>
+                     <body bgcolor=ffffff>
                         <br>
-                        <table width=70% noborder bgcolor=<? echo $color[4] ?> align=center>
+                        <center>
+                        <table width=70% noborder bgcolor=ffffff align=center>
                            <tr>
-                              <td bgcolor=<? echo $color[0] ?>>
-                                 <font color=<? echo $color[2] ?>>
+                              <td bgcolor=dcdcdc>
+                                 <font color=cc0000>
                                  <center>
                                  <? echo _("ERROR") ?>
                                  </center>
                            </tr>
                            <tr>
                               <td>
-                                 <font color=<? echo $color[2] ?>>
                                  <center>
                                  <? echo _("Unknown user or password incorrect.") ?><br>
                                  <a href="login.php"><? echo _("Click here to try again") ?></a>
                                  </center>
-                                 </font>
                               </td>
                            </tr>
                         </table>
+                        </center>
                      </body>
                   </html>
                <?