Aleksander Machniak
2014-08-05 8d4b4897df1861c12b033b864f4d7d8fca7e540a
program/include/iniset.php
@@ -21,7 +21,7 @@
*/
// application constants
define('RCMAIL_VERSION', '1.0.1');
define('RCMAIL_VERSION', '1.0.2');
define('RCMAIL_START', microtime(true));
if (!defined('INSTALL_PATH')) {
@@ -61,7 +61,7 @@
spl_autoload_register('rcmail_autoload');
// include composer autoloader (if available)
if (file_exists('vendor/autoload.php')) {
if (@file_exists('vendor/autoload.php')) {
    require 'vendor/autoload.php';
}