diff options
| author | ivan <ivan> | 2008-05-18 06:50:35 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-05-18 06:50:35 +0000 |
| commit | 17fc101a8d0e4d2f22b8a2edb4d768b4ffe3fb15 (patch) | |
| tree | 27ec2fdf8c6f323a8e5ce9107f025f1aa53de5f4 /FS | |
| parent | 5fc309a5e209071f863b3c6c12e7088c2c9e4eff (diff) | |
add a config value for disabling the ACLs... this should be good for a demo in 1.7, 1.9 will need some way to disable ACL changes from OUTSIDE the db
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Conf.pm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 2a1a037ce..3e88f979c 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2261,6 +2261,20 @@ worry that config_items is freeside-specific and icky. 'type' => 'checkbox', }, + { + 'key' => 'disable_acl_changes', + 'section' => '', + 'description' => 'Disable all ACL changes, for demos.', + 'type' => 'checkbox', + }, + + { + 'key' => 'disable_acl_changes', + 'section' => '', + 'description' => 'Disable all ACL changes, for demos.', + 'type' => 'checkbox', + }, + ); 1; |
