Actions

Translations

Translations:Optional settings/70/ja

From LimeSurvey Manual

/application/config/config.phpにあるLimeSurvey設定を更新/追加するには、config配列を更新します。

    'config'=>array(
        'debug'=>0,
        'debugsql'=>0,
        'LimeSurveySetting'=>'New value', // ここでLimeSurveyの既定の設定を更新します。
    )