summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2008-05-18 06:50:07 +0000
committerivan <ivan>2008-05-18 06:50:07 +0000
commit310971fea20ca8ced4c810c2694b392a8806180d (patch)
tree0d23e1039e895d14a31532c50e736120cdf89f76 /FS
parentb8d03e480cf0798c30d6d8e9ec6cf53d8f419043 (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.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 73ca9073b..eb0574d64 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -2264,6 +2264,13 @@ 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',
+ },
+
);
1;