|
139.
|
|
|
**variable =**: Here you see the variable that is to be set. Generally, it consists of one word, or words are joined together with underscores. The variable cannot contain any spaces.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:27
|
|
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
|