summaryrefslogtreecommitdiffstats
path: root/module/database
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-11 20:09:27 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-11 20:09:27 +0200
commit6534294c48df5cb89cfff278e4040c0b8f718659 (patch)
tree370e7b9e5f9d4d331c55a713396dee47672a67eb /module/database
parentfix cli (diff)
downloadpyload-6534294c48df5cb89cfff278e4040c0b8f718659.tar.xz
whites filemanager
Diffstat (limited to 'module/database')
-rw-r--r--module/database/UserDatabase.py1
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