| 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 @@ -578,6 +578,7 @@ |
18 @@ -618,6 +618,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 @@ -196,8 +196,8 @@ |
29 @@ -198,8 +198,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" ) . |
| 38 html_tag( 'tr', |
38 html_tag( 'tr', |
| 39 html_tag( 'td', |
39 html_tag( 'td', |
| 40 Index: src/right_main.php |
40 Index: src/right_main.php |
| 41 --- src/right_main.php.orig 2005-06-15 23:12:05 +0200 |
41 --- src/right_main.php.orig 2005-06-15 23:12:05 +0200 |
| 42 +++ src/right_main.php 2005-07-30 21:14:27 +0200 |
42 +++ src/right_main.php 2005-07-30 21:14:27 +0200 |
| 43 @@ -182,6 +182,7 @@ |
43 @@ -194,6 +194,7 @@ |
| 44 ) |
44 ) |
| 45 ) , |
45 ) , |
| 46 'center', $color[9], 'width="70%" cellpadding="0" cellspacing="3" border="0"' ); |
46 'center', $color[9], 'width="70%" cellpadding="0" cellspacing="3" border="0"' ); |
| 47 + echo "<br />\n"; |
47 + echo "<br />\n"; |
| 48 } |
48 } |