Aleksander Machniak
2012-06-01 7c3c82974e3f1ffff2dd4d71f50b53f7cdc9de96
program/include/iniset.php
@@ -18,9 +18,6 @@
 | Author: Till Klampaeckel <till@php.net>                               |
 |         Thomas Bruederli <roundcube@gmail.com>                        |
 +-----------------------------------------------------------------------+
 $Id$
*/
// Some users are not using Installer, so we'll check some
@@ -40,9 +37,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 +81,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';