| | |
| | | * @author Thomas Bruederli <roundcube@gmail.com> |
| | | */ |
| | | |
| | | require_once('lib/utf7.inc'); |
| | | require_once('include/rcube_shared.inc'); |
| | | |
| | | // fallback if not PHP modules are available |
| | | @include_once('lib/utf8.class.php'); |
| | | require_once 'lib/utf7.inc'; |
| | | require_once INSTALL_PATH . 'program/include/rcube_shared.inc'; |
| | | |
| | | // define constannts for input reading |
| | | define('RCUBE_INPUT_GET', 0x0101); |
| | |
| | | if ($terminate) { |
| | | $ERROR_CODE = $arg['code']; |
| | | $ERROR_MESSAGE = $arg['message']; |
| | | include('program/steps/utils/error.inc'); |
| | | include INSTALL_PATH . 'program/steps/utils/error.inc'; |
| | | exit; |
| | | } |
| | | } |