diff options
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/doc/en/tutorial/variables/class.sgml | 1 | ||||
| -rw-r--r-- | fml/doc/en/tutorial/variables/list.sgml | 9 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/class.sgml | 1 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/variables/list.sgml | 9 |
4 files changed, 20 insertions, 0 deletions
diff --git a/fml/doc/en/tutorial/variables/class.sgml b/fml/doc/en/tutorial/variables/class.sgml index b666b7ba..6b82157d 100644 --- a/fml/doc/en/tutorial/variables/class.sgml +++ b/fml/doc/en/tutorial/variables/class.sgml @@ -56,6 +56,7 @@ anonymous { $anonymous_cgi_expire_limit ? $ml_anonymous_cgi_allowed_commands $ml_anonymous_cgi_base_dir + ? $ml_anonymous_cgi_base_url $use_anonymous_cgi_function } diff --git a/fml/doc/en/tutorial/variables/list.sgml b/fml/doc/en/tutorial/variables/list.sgml index a223fa43..45085f19 100644 --- a/fml/doc/en/tutorial/variables/list.sgml +++ b/fml/doc/en/tutorial/variables/list.sgml @@ -1780,6 +1780,15 @@ $anonymous_cgi_base_dir/$ml_domain/$ml_name </row> <row> <entry> +ml_anonymous_cgi_base_url</entry> +<entry> + ml specific url base for anonymous cgi scripts.</entry> +<entry> +/~$fml_owner/cgi-bin/anonymous/$ml_domain/$ml_name + </entry> +</row> +<row> +<entry> ml_local_dir</entry> <entry> ML local directory</entry> diff --git a/fml/doc/ja/tutorial/variables/class.sgml b/fml/doc/ja/tutorial/variables/class.sgml index b666b7ba..6b82157d 100644 --- a/fml/doc/ja/tutorial/variables/class.sgml +++ b/fml/doc/ja/tutorial/variables/class.sgml @@ -56,6 +56,7 @@ anonymous { $anonymous_cgi_expire_limit ? $ml_anonymous_cgi_allowed_commands $ml_anonymous_cgi_base_dir + ? $ml_anonymous_cgi_base_url $use_anonymous_cgi_function } diff --git a/fml/doc/ja/tutorial/variables/list.sgml b/fml/doc/ja/tutorial/variables/list.sgml index b8610a93..d58483fe 100644 --- a/fml/doc/ja/tutorial/variables/list.sgml +++ b/fml/doc/ja/tutorial/variables/list.sgml @@ -1789,6 +1789,15 @@ $anonymous_cgi_base_dir/$ml_domain/$ml_name </row> <row> <entry> +ml_anonymous_cgi_base_url</entry> +<entry> + このMLの一般人向け CGI を置く URL のベース。</entry> +<entry> +/~$fml_owner/cgi-bin/anonymous/$ml_domain/$ml_name + </entry> +</row> +<row> +<entry> ml_local_dir</entry> <entry> 各MLローカルのディレクトリ</entry> |
