mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
enhance filesystem check to also check fs_id of required nodes /, /home, /apps
This commit is contained in:
parent
c586e77749
commit
d4ce9fce91
@ -153,7 +153,7 @@ class Utils extends StreamWrapper
|
||||
$sqlfs = new StreamWrapper();
|
||||
foreach($dirs as $path => $id)
|
||||
{
|
||||
if (!($stat = $sqlfs->url_stat($path, STREAM_URL_STAT_LINK)))
|
||||
if (!($stat = $sqlfs->url_stat($path, STREAM_URL_STAT_LINK)) || $stat['ino'] != $id)
|
||||
{
|
||||
if ($check_only)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user