Actions

Translations

Optional settings/3/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "以下のオプション設定は、標準的なインストールでは /application/config/config-defaults.php でのみ見つけられます。ここのいくつかは最...")
(No difference)

Revision as of 02:08, 3 June 2013

Message definition (Optional settings)
To modify the configuration settings of the installation, you have to edit the optional settings. They can be found in the /application/config/'''config-defaults.php''', which is located in the LimeSurvey root directory. The default settings of the standard installation can be found in config-defaults.php. Some of them can be overridden by using the [[Global settings|global settings]] dialog, while the others will have to be manually edited.

以下のオプション設定は、標準的なインストールでは /application/config/config-defaults.php でのみ見つけられます。ここのいくつかは最初のインストール時でだけ使われ、あとは Global settings でオーバーライドされます。この設定を変えたい場合、config-defaults.php を書き換えるのではなく、該当の設定行を /application/config/config.php にコピーして、これを書き換えてください。config.php 内のすべての設定は config-defaults.php のデフォルト値をオーバーライドします。バージョン1.87からは、全体設定の画面からいくつかの設定を変更できます。こうしておけば、将来的にアップグレードするときも簡単です。