X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=eb0574d6474f5f80e4076d4474641273f7810908;hb=310971fea20ca8ced4c810c2694b392a8806180d;hp=73ca9073b7ee8515483a31b4042ec4a96614abfe;hpb=b8d03e480cf0798c30d6d8e9ec6cf53d8f419043;p=freeside.git 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;