Aleksander Machniak
2012-05-17 eebd4476fc9bba486068df1da5ef118e7a57439a
program/include/iniset.php
@@ -40,9 +40,8 @@
}
// 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')) {
@@ -85,4 +84,4 @@
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';