|
172.
|
|
|
insecuredataroot: Share the same dataroot with another Mahara
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:136
|
|
173.
|
|
|
``$cfg->insecuredataroot = false;`` (default) or ``$cfg->insecuredataroot = true;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:138
|
|
174.
|
|
|
You can enforce checking that files that are served have come from dataroot. You would only want to turn this on if you were running more than one Mahara against the same dataroot. If you are doing that, make sure you create separate dataroots for each installation, but symlink the artefact directory from all of them to one of them, and turn on 'insecuredataroot' on all the ones for which you created symlinks.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:140
|
|
175.
|
|
|
isolatedinstitutions: Separate institutions entirely
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:149
|
|
176.
|
|
|
``$cfg->isolatedinstitutions = false;`` (default) or ``$cfg->isolatedinstitutions = true;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:151
|
|
177.
|
|
|
If you have a multi-tenanted Mahara instance but do not want people from the individual institutions to communicate on the site or share groups, you can turn on 'Isolated institutions'.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:153
|
|
178.
|
|
|
This can be beneficial when you set up a large site for several organisations and need to adhere to privacy regulations that don't allow people from one organisation to contact people from other organisations.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:155
|
|
179.
|
|
|
See the section :ref:`'Isolated institutions' <isolated_institutions>` for more information.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:158
|
|
180.
|
|
|
log_backtrace_levels: Log backtraces
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:167
|
|
181.
|
|
|
For example: ``$cfg->log_backtrace_levels = LOG_LEVEL_WARN | LOG_LEVEL_ENVIRON;`` (default)
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:169
|