mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Label of permission
This commit is contained in:
@@ -100,16 +100,14 @@ class modFTP extends DolibarrModules
|
||||
$this->rights[$r][3] = 1;
|
||||
$this->rights[$r][4] = 'read';
|
||||
|
||||
/* Not yet developed
|
||||
$r++;
|
||||
$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][3] = 0;
|
||||
$this->rights[$r][4] = 'write';
|
||||
*/
|
||||
|
||||
// Menus
|
||||
// Menus
|
||||
//------
|
||||
$this->menus = array(); // List of menus to add
|
||||
$r=0;
|
||||
|
||||
Reference in New Issue
Block a user