mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
define Vfs::LINK_MODE constant again, since we no longer inherit from Vfs\StreamWrapper
This commit is contained in:
parent
f183d27340
commit
9c13d84a67
@ -90,6 +90,10 @@ class Vfs
|
|||||||
* Excecutable bit, here only use to check if user is allowed to search dirs
|
* Excecutable bit, here only use to check if user is allowed to search dirs
|
||||||
*/
|
*/
|
||||||
const EXECUTABLE = 1;
|
const EXECUTABLE = 1;
|
||||||
|
/**
|
||||||
|
* mode-bits, which have to be set for links
|
||||||
|
*/
|
||||||
|
const MODE_LINK = Vfs\StreamWrapper::MODE_LINK;
|
||||||
/**
|
/**
|
||||||
* Name of the lock table
|
* Name of the lock table
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user