|
31.
|
|
|
.. image:: images/administration/config_variable.*
:alt: A typical configuration variable
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:24
|
|
32.
|
|
|
A typical configuration variable
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:24
|
|
33.
|
|
|
**$cfg->**: Stands for "configuration" and indicates that what follows is a configuration variable.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:26
|
|
34.
|
|
|
**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
|
|
35.
|
|
|
**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
|
|
36.
|
|
|
"true" or "false"
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:30
|
|
37.
|
|
|
text
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:31
|
|
38.
|
|
|
numbers
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:32
|
|
39.
|
|
|
file path
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../source/administration/config_php.rst:33
|
|
40.
|
|
|
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
|