Aleksander Machniak
2014-08-30 fec4f240e52dcfe4776e39a16e3a83aedd8f24f5
Seek vendor/autoload.php in install path to make tests working
1 files modified
4 ■■■■ changed files
program/include/iniset.php 4 ●●●● patch | view | raw | blame | history
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