Index: functions/display_messages.php diff -Nau functions/display_messages.php.orig functions/display_messages.php --- functions/display_messages.php.orig 2005-03-16 14:19:09.834557000 +0100 +++ functions/display_messages.php 2005-03-16 14:19:14.176437000 +0100 @@ -107,8 +107,8 @@ "\"$width_and_height />
\n"; } echo ( $hide_sm_attributions ? '' : - '' . sprintf (_("SquirrelMail version %s"), $version) . '
'. - _("By the SquirrelMail Development Team") . "
\n" ). + '
'. + "
\n" ). ''. '
'. ''. Index: src/login.php diff -Nau src/login.php.orig src/login.php --- src/login.php.orig 2005-03-16 14:19:21.207817000 +0100 +++ src/login.php 2005-03-16 14:19:26.038991000 +0100 @@ -110,8 +110,8 @@ ' />
' . "\n" : '' ). ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' : - '' . sprintf (_("SquirrelMail version %s"), $version) . '
' ."\n". - ' ' . _("By the SquirrelMail Development Team") . '
' . "\n" ) . + '
' ."\n". + '
' . "\n" ) . html_tag( 'table', html_tag( 'tr', html_tag( 'td', Index: src/right_main.php diff -Nau src/right_main.php.orig src/right_main.php --- src/right_main.php.orig 2005-03-16 16:41:39.703294000 +0100 +++ src/right_main.php 2005-03-16 16:41:43.220847000 +0100 @@ -185,6 +185,7 @@ ) ) , 'center', $color[9], 'width="70%" cellpadding="0" cellspacing="3" border="0"' ); + echo "
\n"; } } } Index: functions/imap_general.php diff -Nau functions/imap_general.php.orig functions/imap_general.php --- functions/imap_general.php.orig 2005-03-20 16:42:59.000000000 +0100 +++ functions/imap_general.php 2005-03-20 16:49:00.330978000 +0100 @@ -573,6 +573,7 @@ set_up_language($squirrelmail_language, true); include_once(SM_PATH . 'functions/display_messages.php' ); + do_hook('invalid_login'); /* used with squirrelmail_logger */ sqsession_destroy(); /* terminate the session nicely */ sqimap_logout($imap_stream);