changeset 515:c0be5d3efe77

subonlyget webinterfjaes
author mmj
date Wed, 20 Jul 2005 19:02:11 +1000
parents f69f9ad26365
children 277b8be14f75
files contrib/web/perl-admin/conf/tunables.pl contrib/web/php-admin/conf/tunables.pl
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/web/perl-admin/conf/tunables.pl	Tue Jul 19 19:10:30 2005 +1000
+++ b/contrib/web/perl-admin/conf/tunables.pl	Wed Jul 20 19:02:11 2005 +1000
@@ -105,6 +105,10 @@
 			  "No get",
 			  "If this option is set, listname+get-INDEX is turned off.");
 
+mlmmj_boolean("subonlyget",
+			  "Subscribers only get",
+			  "If this option is set, retrieving old posts with +get-N is only possible for subscribers.");
+
 mlmmj_boolean("notoccdenymails",
 			  "No To: Cc: deny mails",
 			  "This switch turns off whether mlmmj sends out notification about postings ".
--- a/contrib/web/php-admin/conf/tunables.pl	Tue Jul 19 19:10:30 2005 +1000
+++ b/contrib/web/php-admin/conf/tunables.pl	Wed Jul 20 19:02:11 2005 +1000
@@ -105,6 +105,10 @@
 			  "No get",
 			  "If this option is set, listname+get-INDEX is turned off.");
 
+mlmmj_boolean("subonlyget",
+			  "Subscribers only get",
+			  "If this option is set, retrieving old posts with +get-N is only possible for subscribers.");
+
 mlmmj_boolean("notoccdenymails",
 			  "No To: Cc: deny mails",
 			  "This switch turns off whether mlmmj sends out notification about postings ".