mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 13:00:14 +01:00
fix only show WebDAV autoindex, instead of filemanager GUI for sharing directories
This commit is contained in:
parent
53026a61be
commit
1b8bc32f54
@ -320,7 +320,7 @@ class Sharing
|
|||||||
// or unsupported browsers like ie < 10
|
// or unsupported browsers like ie < 10
|
||||||
Api\Header\UserAgent::type() == 'msie' && Api\Header\UserAgent::version() < 10.0 ||
|
Api\Header\UserAgent::type() == 'msie' && Api\Header\UserAgent::version() < 10.0 ||
|
||||||
// or if no filemanager installed (WebDAV has own autoindex)
|
// or if no filemanager installed (WebDAV has own autoindex)
|
||||||
!file_exists(__DIR__.'/../../filemanager/inc/class.filemanager_ui.inc.php'));
|
!file_exists(__DIR__.'/../../../filemanager/inc/class.filemanager_ui.inc.php'));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user