From 6534294c48df5cb89cfff278e4040c0b8f718659 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Wed, 11 May 2011 20:09:27 +0200 Subject: whites filemanager --- module/database/UserDatabase.py | 1 + 1 file changed, 1 insertion(+) (limited to 'module/database/UserDatabase.py') 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 -- cgit v1.2.3