Now they are. This eliminates a subset of the "You must be logged in.." error messages by
giving the admin a clue as to what's going wrong.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3614
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$errString = $errTitle . "<br>\n".
_("Contact your administrator for help.");
include_once( '../functions/display_messages.php' );
- logout_error( _("You must be logged in to access this page.") );
+ logout_error( $errString, $errTitle );
exit;
} else {
$sqimap_capabilities = sqimap_capability($imapConnection);