From b67e177dddc0039e3204066d2106e19917dc0dde Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 1 May 2025 03:13:54 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../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 54edcf929..46dd2626b 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: - occ files_external:create /mountpoint local null::null -c datadir=/path/to/data +% php occ files_external:create /mountpoint local null::null -c datadir=/path/to/data Defaults to ``true``