[imp] No login??

Tim Gorter email at teletechnics.com
Thu Sep 11 05:11:59 PDT 2003


try this fix, it'll solve it for the moment..



? login.inc.diff
Index: login.inc
===================================================================
RCS file: /repository/imp/templates/login/login.inc,v
retrieving revision 2.134
diff -u -r2.134 login.inc
--- login.inc   11 Sep 2003 01:56:59 -0000      2.134
+++ login.inc   11 Sep 2003 12:08:41 -0000
@@ -242,7 +242,6 @@
 </tr>
 <?php endif; ?>
 
-<?php if (!empty($servers_list) || $conf['server']['change_server']): ?>
 <tr>
     <td align="right" class="light"><b><?php echo _("Username") ?></b></td>
     <td align="left" class="light" nowrap="nowrap">
@@ -272,7 +271,6 @@
     <td>&nbsp;</td>
     <td align="left" class="light"><input type="submit" class="button" name="loginButton" tabindex="<?php echo $tabindex++ ?>" value="<?php echo _("Log in") ?>" onclick="return submit_login();" /></td>
 </tr>
-<?php endif; ?>
 
 <?php if ($conf['signup']['allow'] && $auth->hasCapability('add')): ?>
 <tr>






More information about the imp mailing list