Label of permission
This commit is contained in:
parent
2a8c252444
commit
812e79963e
@ -100,14 +100,12 @@ class modFTP extends DolibarrModules
|
|||||||
$this->rights[$r][3] = 1;
|
$this->rights[$r][3] = 1;
|
||||||
$this->rights[$r][4] = 'read';
|
$this->rights[$r][4] = 'read';
|
||||||
|
|
||||||
/* Not yet developed
|
|
||||||
$r++;
|
$r++;
|
||||||
$this->rights[$r][0] = 2801;
|
$this->rights[$r][0] = 2801;
|
||||||
$this->rights[$r][1] = 'Use FTP client in write mode (can also upload files)';
|
$this->rights[$r][1] = 'Use FTP client in write mode (delete or upload files)';
|
||||||
$this->rights[$r][2] = 'w';
|
$this->rights[$r][2] = 'w';
|
||||||
$this->rights[$r][3] = 0;
|
$this->rights[$r][3] = 0;
|
||||||
$this->rights[$r][4] = 'write';
|
$this->rights[$r][4] = 'write';
|
||||||
*/
|
|
||||||
|
|
||||||
// Menus
|
// Menus
|
||||||
//------
|
//------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user