| | |
| | | | Author: Till Klampaeckel <till@php.net> | |
| | | | Thomas Bruederli <roundcube@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | |
| | | */ |
| | | |
| | | // Some users are not using Installer, so we'll check some |
| | |
| | | } |
| | | |
| | | // application constants |
| | | define('RCMAIL_VERSION', '0.9-svn'); |
| | | define('RCMAIL_VERSION', '0.9-git'); |
| | | define('RCMAIL_CHARSET', 'UTF-8'); |
| | | define('JS_OBJECT_NAME', 'rcmail'); |
| | | define('RCMAIL_START', microtime(true)); |
| | | |
| | | if (!defined('INSTALL_PATH')) { |
| | |
| | | PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'rcube_pear_error'); |
| | | |
| | | // backward compatybility (to be removed) |
| | | require_once INSTALL_PATH . 'program/include/main.inc'; |
| | | require_once INSTALL_PATH . 'program/include/rcube_bc.inc'; |