Clarify the reason for having two directives (ErrorReporting and SendErrorReports)

This commit is contained in:
Marc Delisle 2013-11-19 07:14:18 -05:00
parent 7f89974e2d
commit 15bbe72ca2

View File

@ -131,7 +131,10 @@ Basic settings
Whenever an error is detected in the JavaScript execution, an error report
may be sent to the phpMyAdmin team if the user agrees.
You can set this parameter to ``false`` to never send error reports.
You can set this parameter to ``false`` to never send error reports. This
directive can only be set in the configuration file; therefore, the person
in charge of a multi-user installation can disable the feature for all
users.
.. config:option:: $cfg['SendErrorReports']
@ -145,6 +148,9 @@ Basic settings
reports without asking for confirmation or you can set it to ``'never'`` to
never send error reports.
This directive is available both in the configuration file and in users
preferences.
.. config:option:: $cfg['AllowThirdPartyFraming']
:type: boolean