|
140.
|
|
|
**value;**: The value that the variable takes is displayed. The values can be different things, for example:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:28
|
|
141.
|
|
|
'true' or 'false'
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:30
|
|
142.
|
|
|
text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:31
|
|
143.
|
|
|
numbers
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:32
|
|
144.
|
|
|
file path
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:33
|
|
145.
|
|
|
If you want to change the default behaviour of a variable in your instance of Mahara, copy it from the ``config-defaults.php`` file into your ``config.php`` file so it won't get overwritten when you update the codebase. The ``config.php`` file is never changed by an update or upgrade of Mahara.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:36
|
|
146.
|
|
|
accesslistmaximum: Restrict number of access list rules
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:45
|
|
147.
|
|
|
``$cfg->accesslistmaximum = 1;``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:47
|
|
148.
|
|
|
Restrict with how many people or groups of people a personal portfolio can be shared. This setting does not affect portfolio sharing on the group, institution, and site levels.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:49
|
|
149.
|
|
|
When the access restriction is in place, an alert is presented letting the portfolio author know that they can share their portfolio only with a limited number of people or groups of people. Groups of people include 'Registered' and 'Public' access.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:51
|