More open_basedir fixes, refs #9541
parent
65b7eeef5f
commit
378a5b72b9
|
@ -659,7 +659,7 @@ class Factory
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_dir('/etc/xdg')) {
|
if (Silencer::call('is_dir', '/etc/xdg')) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue