diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-11 20:09:27 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-11 20:09:27 +0200 |
commit | 6534294c48df5cb89cfff278e4040c0b8f718659 (patch) | |
tree | 370e7b9e5f9d4d331c55a713396dee47672a67eb /module/database | |
parent | fix cli (diff) | |
download | pyload-6534294c48df5cb89cfff278e4040c0b8f718659.tar.xz |
whites filemanager
Diffstat (limited to 'module/database')
-rw-r--r-- | module/database/UserDatabase.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/database/UserDatabase.py b/module/database/UserDatabase.py index 4367b1292..11bdbabc0 100644 --- a/module/database/UserDatabase.py +++ b/module/database/UserDatabase.py @@ -29,6 +29,7 @@ class PERMS: SEE_DOWNLOADS = 16 # see queue and collector DOWNLOAD = 32 # can download from webinterface SETTINGS = 64 # can access settings + FILEMANAGER = 128 # can manage files and folders trough webinterface class ROLE: ADMIN = 0 #admin has all permissions implicit |