From fdbe5a88049ae708abaf5247db96cf8e9f95f51e Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Sun, 25 Nov 2012 11:45:38 -0500
Subject: [PATCH] Separate framework and application constants

---
 program/include/iniset.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/program/include/iniset.php b/program/include/iniset.php
index d79fbd4..0081aa0 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -20,6 +20,10 @@
  +-----------------------------------------------------------------------+
 */
 
+// application constants
+define('RCMAIL_VERSION', '0.9-git');
+define('RCMAIL_START', microtime(true));
+
 $config = array(
     // Some users are not using Installer, so we'll check some
     // critical PHP settings here. Only these, which doesn't provide

--
Gitblit v1.9.1