diff --git a/doc/config.rst b/doc/config.rst index 3fedb98fa9..584930269a 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -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