diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index f6e8f0027..42ef7773b 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -2868,6 +2868,23 @@ Note that this list is case-insensitive. Defaults to ``array('.htaccess')`` +forbidden_filename_basenames +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + +:: + + 'forbidden_filename_basenames' => [], + +Disallow the upload of files with specific basenames. + +The basename is the name of the file without the extension, +e.g. for "archive.tar.gz" the basename would be "archive". + +Note that this list is case-insensitive. + +Defaults to ``array()`` + forbidden_filename_characters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^