diff options
Diffstat (limited to 'defparams.pl')
-rw-r--r-- | defparams.pl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/defparams.pl b/defparams.pl index bc73de600..4f30f85a9 100644 --- a/defparams.pl +++ b/defparams.pl @@ -717,4 +717,10 @@ DefParam("maxattachmentsize" , "t" , '1000'); +DefParam("insidergroup", + "The name of the group of users who can see/change private comments + and attachments.", + "t", + ''); 1; + |