Aleksander Machniak
2014-05-25 2911ca3e96ab3b092e39976a64e519ee20f51f05
Silence possible PHP Warning: file_exists(): open_basedir restriction in effect.
1 files modified
2 ■■■ changed files
program/include/iniset.php 2 ●●● patch | view | raw | blame | history
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';
}