summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/variables/class.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'fml/doc/en/tutorial/variables/class.sgml')
-rw-r--r--fml/doc/en/tutorial/variables/class.sgml23
1 files changed, 21 insertions, 2 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml
index 1c7f5a51..b666b7ba 100644
--- a/fml/doc/en/tutorial/variables/class.sgml
+++ b/fml/doc/en/tutorial/variables/class.sgml
@@ -49,6 +49,21 @@ admin {
}
}
+anonymous {
+
+ anonymous_cgi {
+ $anonymous_cgi_base_dir
+ $anonymous_cgi_expire_limit
+ ? $ml_anonymous_cgi_allowed_commands
+ $ml_anonymous_cgi_base_dir
+ $use_anonymous_cgi_function
+ }
+
+ anonymous_command {
+ ? $anonymous_command_mail_allowed_commands
+ }
+}
+
article {
article_delivery {
@@ -241,7 +256,6 @@ admin_command {
anonymous_command {
anonymous_command {
- ? $anonymous_command_mail_allowed_commands
}
}
@@ -476,6 +490,11 @@ html {
$html_archive_address_mask_type
$use_html_archive_address_mask
}
+
+ html_* {
+ ? $html_tmp_base_url
+ $html_tmp_dir
+ }
}
incoming {
@@ -964,10 +983,10 @@ _dir$ {
*** unclassified ***
- ? $commands_for_ml_admin_cgi
? $file_default_mode
$isolated_queue_expire_limit
? $language_preference_order
+ ? $ml_admin_cgi_allowed_commands
? $unsafe_header_fields
</screen>
</para>