add a config value for disabling the ACLs... this should be good for a demo in 1...
[freeside.git] / FS / FS / Conf.pm
index 73ca907..eb0574d 100644 (file)
@@ -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;