diff options
| author | fukachan <fukachan> | 2008-09-13 10:53:40 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-09-13 10:53:40 +0000 |
| commit | 9a0c07ec9c7976d3c05aa183e7e60c5d6cb8ce7b (patch) | |
| tree | 6b17c1e2d0c6ecabbba9fb53cf608ea05ab42aa9 /fml/etc | |
| parent | 19097a74dbcc1bf5b5b6e9d847df773bd14ec3eb (diff) | |
| download | fml8-9a0c07ec9c7976d3c05aa183e7e60c5d6cb8ce7b.tar.gz fml8-9a0c07ec9c7976d3c05aa183e7e60c5d6cb8ce7b.tar.bz2 fml8-9a0c07ec9c7976d3c05aa183e7e60c5d6cb8ce7b.zip | |
define $listinfo_template_base_dir
Diffstat (limited to 'fml/etc')
| -rw-r--r-- | fml/etc/src/config.cf.en/command.cf | 7 | ||||
| -rw-r--r-- | fml/etc/src/config.cf.ja/command.cf | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/command.cf b/fml/etc/src/config.cf.en/command.cf index 6461aaaf..8d2051c9 100644 --- a/fml/etc/src/config.cf.en/command.cf +++ b/fml/etc/src/config.cf.en/command.cf @@ -335,6 +335,13 @@ privileged_command_prefix = admin =head2 CGI +# Descriptions: listinfo template template dir +# History: /usr/local/fml/listinfo/ +# Value: DIR +# Examples: /usr/local/share/fml/$fml_version/listinfo +listinfo_template_base_dir = $fml_share_dir/listinfo + + # Descriptions: listinfo template # History: /usr/local/fml/listinfo/ # Value: DIR diff --git a/fml/etc/src/config.cf.ja/command.cf b/fml/etc/src/config.cf.ja/command.cf index 3764f6c9..b06ffc1d 100644 --- a/fml/etc/src/config.cf.ja/command.cf +++ b/fml/etc/src/config.cf.ja/command.cf @@ -182,6 +182,13 @@ command_mail_line_length_limit = 128 =head2 CGI +# Descriptions: listinfo template template dir +# History: /usr/local/fml/listinfo/ +# Value: DIR +# Examples: /usr/local/share/fml/$fml_version/listinfo +listinfo_template_base_dir = $fml_share_dir/listinfo + + # Descriptions: listinfo template # History: /usr/local/fml/listinfo/ # Value: DIR |
