mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 09:16:11 +01:00
bug fix to filemanager (change permissions)
This commit is contained in:
@@ -135,6 +135,8 @@ def controller(request):
|
||||
return fm.extract()
|
||||
elif method == 'compress':
|
||||
return fm.compress()
|
||||
elif method == 'changePermissions':
|
||||
return fm.changePermissions()
|
||||
|
||||
|
||||
except BaseException, msg:
|
||||
|
||||
Reference in New Issue
Block a user