mirror of
https://github.com/nextcloud/server.git
synced 2026-03-18 00:23:20 -04:00
In some cross-local-storage use cases, the Local storage is instantiated with "/" as data directory. In such cases, calling realpath() would cause PHP warnings when open_basedir is set. This fix bypasses the realpath() call when dealing with a root storage. Downstreaming of https://github.com/owncloud/core/pull/26058 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> |
||
|---|---|---|
| .. | ||
| Cache | ||
| Config | ||
| Mount | ||
| Node | ||
| ObjectStore | ||
| Storage | ||
| Stream | ||
| Type | ||
| Utils | ||
| FileInfo.php | ||
| Filesystem.php | ||
| View.php | ||