Thomas Bruederli
2012-11-25 fdbe5a88049ae708abaf5247db96cf8e9f95f51e
Separate framework and application constants
2 files modified
9 ■■■■■ changed files
program/include/iniset.php 4 ●●●● patch | view | raw | blame | history
program/lib/Roundcube/bootstrap.php 5 ●●●●● patch | view | raw | blame | history
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
program/lib/Roundcube/bootstrap.php
@@ -47,10 +47,9 @@
    }
}
// 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__).'/');