Aleksander Machniak
2014-05-25 010a942025b2cd0a8076e9d343fde72e4cfaaa2c
program/include/iniset.php
@@ -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';
}