| | |
| | | <?php |
| | | /* |
| | | /** |
| | | +-------------------------------------------------------------------------+ |
| | | | Roundcube Webmail IMAP Client | |
| | | | Version 1.1.0 | |
| | | | Version 1.2-git | |
| | | | | |
| | | | Copyright (C) 2005-2015, The Roundcube Dev Team | |
| | | | | |
| | |
| | | rcmail::raise_error(array( |
| | | 'code' => 603, |
| | | 'type' => 'db', |
| | | 'message' => $err_str), FALSE, TRUE); |
| | | 'message' => $err_str), false, true); |
| | | } |
| | | |
| | | // error steps |
| | | if ($RCMAIL->action == 'error' && !empty($_GET['_code'])) { |
| | | rcmail::raise_error(array('code' => hexdec($_GET['_code'])), FALSE, TRUE); |
| | | rcmail::raise_error(array('code' => hexdec($_GET['_code'])), false, true); |
| | | } |
| | | |
| | | // check if https is required (for login) and redirect if necessary |