squirrelmail/squirrelmail.patch

changeset 173
51607f58727f
parent 157
3214ed6c04f6
child 352
aa138c6f5dd6
equal deleted inserted replaced
0:fb45ca7f0165 1:95d027ae4edc
1 Index: functions/display_messages.php 1 Index: functions/display_messages.php
2 --- functions/display_messages.php.orig 2005-03-21 23:18:32 +0100 2 --- functions/display_messages.php.orig 2005-03-21 23:18:32 +0100
3 +++ functions/display_messages.php 2005-07-30 21:15:29 +0200 3 +++ functions/display_messages.php 2005-07-30 21:15:29 +0200
4 @@ -88,8 +88,8 @@ 4 @@ -97,8 +97,8 @@
5 "\"$width_and_height /><br />\n"; 5 "\"$width_and_height /><br />\n";
6 } 6 }
7 echo ( $hide_sm_attributions ? '' : 7 echo ( $hide_sm_attributions ? '' :
8 - '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />'. 8 - '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />'.
9 - _("By the SquirrelMail Project Team") . "<br /></small>\n" ). 9 - _("By the SquirrelMail Project Team") . "<br /></small>\n" ).
13 '<tr><td>'. 13 '<tr><td>'.
14 '<table width="100%" border="0" bgcolor="'.$color[4].'" align="center">'. 14 '<table width="100%" border="0" bgcolor="'.$color[4].'" align="center">'.
15 Index: functions/imap_general.php 15 Index: functions/imap_general.php
16 --- functions/imap_general.php.orig 2005-05-20 12:37:34 +0200 16 --- functions/imap_general.php.orig 2005-05-20 12:37:34 +0200
17 +++ functions/imap_general.php 2005-07-30 21:14:27 +0200 17 +++ functions/imap_general.php 2005-07-30 21:14:27 +0200
18 @@ -568,6 +568,7 @@ 18 @@ -578,6 +578,7 @@
19 19
20 set_up_language($squirrelmail_language, true); 20 set_up_language($squirrelmail_language, true);
21 include_once(SM_PATH . 'functions/display_messages.php' ); 21 include_once(SM_PATH . 'functions/display_messages.php' );
22 + do_hook('invalid_login'); /* used with squirrelmail_logger */ 22 + do_hook('invalid_login'); /* used with squirrelmail_logger */
23 sqsession_destroy(); 23 sqsession_destroy();
24 /* terminate the session nicely */ 24 /* terminate the session nicely */
25 sqimap_logout($imap_stream); 25 sqimap_logout($imap_stream);
26 Index: src/login.php 26 Index: src/login.php
27 --- src/login.php.orig 2005-06-22 15:45:35 +0200 27 --- src/login.php.orig 2005-06-22 15:45:35 +0200
28 +++ src/login.php 2005-07-30 21:15:39 +0200 28 +++ src/login.php 2005-07-30 21:15:39 +0200
29 @@ -132,8 +132,8 @@ 29 @@ -196,8 +196,8 @@
30 ' /><br />' . "\n" 30 ' /><br />' . "\n"
31 : '' ). 31 : '' ).
32 ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' : 32 ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' :
33 - '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n". 33 - '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n".
34 - ' ' . _("By the SquirrelMail Project Team") . '<br /></small>' . "\n" ) . 34 - ' ' . _("By the SquirrelMail Project Team") . '<br /></small>' . "\n" ) .

mercurial