'.
''.
Index: functions/imap_general.php
--- functions/imap_general.php.orig 2005-05-20 12:37:34 +0200
+++ functions/imap_general.php 2005-07-30 21:14:27 +0200
@@ -568,6 +568,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);
Index: src/login.php
--- src/login.php.orig 2005-06-22 15:45:35 +0200
+++ src/login.php 2005-07-30 21:15:39 +0200
@@ -132,8 +132,8 @@
' /> ' . "\n"
: '' ).
( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' :
- '' . sprintf (_("SquirrelMail version %s"), $version) . ' ' ."\n".
- ' ' . _("By the SquirrelMail Project Team") . ' ' . "\n" ) .
+ ' ' ."\n".
+ ' ' . "\n" ) .
html_tag( 'table',
html_tag( 'tr',
html_tag( 'td',
Index: src/right_main.php
--- src/right_main.php.orig 2005-06-15 23:12:05 +0200
+++ src/right_main.php 2005-07-30 21:14:27 +0200
@@ -182,6 +182,7 @@
)
) ,
'center', $color[9], 'width="70%" cellpadding="0" cellspacing="3" border="0"' );
+ echo " \n";
}
}
}
|