mirror of
https://github.com/sigmasternchen/webcli
synced 2025-03-15 06:08:54 +00:00
file flags are now globaly defined. : )
This commit is contained in:
parent
7634231380
commit
7935872be3
1 changed files with 4 additions and 0 deletions
|
@ -6,4 +6,8 @@
|
|||
define("DEFAULT_USER", 3);
|
||||
define("DEFAULT_HOSTNAME", "webcli");
|
||||
define("SIZE_OF_DIRECTORY", 4096);
|
||||
|
||||
define("FILE_FLAG_EXECUTE", 1 << 0);
|
||||
define("FILE_FLAG_WRITE", 1 << 1);
|
||||
define("FILE_FLAG_READ", 1 << 2);
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue