diff options
author | alecpl <alec@alec.pl> | 2010-01-29 09:36:06 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-01-29 09:36:06 +0000 |
commit | 2b35c5d8f6526c86d356913f151af7e6df3c2976 (patch) | |
tree | 33b1d58fe03c42c9c717d87ea26648fd527948b3 /program/include/iniset.php | |
parent | 3e63802071bda6e7e8766542e3cb463bd43f23d2 (diff) |
- performance stats logging in devel_mode
Diffstat (limited to 'program/include/iniset.php')
-rwxr-xr-x | program/include/iniset.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php index 99f2f908a..94d49d8aa 100755 --- a/program/include/iniset.php +++ b/program/include/iniset.php @@ -25,6 +25,7 @@ define('RCMAIL_VERSION', '0.3-trunk'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); +define('RCMAIL_START', microtime(true)); if (!defined('INSTALL_PATH')) { define('INSTALL_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/'); |