mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
need to use our own readlink
This commit is contained in:
parent
c6ad6d2caa
commit
cb5d0bd419
@ -1525,7 +1525,7 @@ class groupdav extends HTTP_WebDAV_Server
|
|||||||
), true) as $path => $stat)
|
), true) as $path => $stat)
|
||||||
{
|
{
|
||||||
// handle symlinks --> return target size and mime-type
|
// handle symlinks --> return target size and mime-type
|
||||||
if (($target = readlink($path)))
|
if (($target = egw_vfs::readlink($path)))
|
||||||
{
|
{
|
||||||
if (!($stat = egw_vfs::stat($target))) continue; // broken or inaccessible symlink
|
if (!($stat = egw_vfs::stat($target))) continue; // broken or inaccessible symlink
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user