From fdbe5a88049ae708abaf5247db96cf8e9f95f51e Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Sun, 25 Nov 2012 17:45:38 +0100 Subject: Separate framework and application constants --- program/lib/Roundcube/bootstrap.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'program/lib/Roundcube/bootstrap.php') diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 018701d08..e2fd2a732 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -47,10 +47,9 @@ foreach ($config as $optname => $optval) { } } -// application constants -define('RCMAIL_VERSION', '0.9-git'); +// framework constants +define('RCUBE_VERSION', '0.9-git'); define('RCMAIL_CHARSET', 'UTF-8'); -define('RCMAIL_START', microtime(true)); if (!defined('RCUBE_LIB_DIR')) { define('RCUBE_LIB_DIR', dirname(__FILE__).'/'); -- cgit v1.2.3