From fb61181d3b69f83a34bfaaed830505c76b59cada Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Wed, 30 Apr 2025 15:45:17 +0200 Subject: [PATCH] Update config_sample_php_parameters.rst Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- .../configuration_server/config_sample_php_parameters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index faf2bdbfa..54edcf929 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -3497,7 +3497,7 @@ Allows to create external storages of type "Local" in the web interface and APIs When disabled, it is still possible to create local storages with occ using the following command: - php occ files_external:create /mountpoint local null::null -c datadir=/path/to/data + occ files_external:create /mountpoint local null::null -c datadir=/path/to/data Defaults to ``true``