Aleksander Machniak
2015-02-03 e17decc4c2b175e1b2e3cd79f7c8b4c39c1f70f1
program/include/iniset.php
@@ -55,8 +55,8 @@
@set_time_limit(120);
// include composer autoloader (if available)
if (@file_exists('vendor/autoload.php')) {
    require 'vendor/autoload.php';
if (@file_exists(INSTALL_PATH . 'vendor/autoload.php')) {
    require INSTALL_PATH . 'vendor/autoload.php';
}
// include Roundcube Framework