Silence possible PHP Warning: file_exists(): open_basedir restriction in effect.

pull/194/head
Aleksander Machniak 10 years ago
parent 10a3972313
commit 010a942025

@ -61,7 +61,7 @@ require_once 'Roundcube/bootstrap.php';
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';
}

Loading…
Cancel
Save