From 012e83f150a8fdaed5eb38e7401b213546d9bacf Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 18 Sep 2020 03:39:37 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 3cf72cdfa..35295bcb6 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -987,7 +987,7 @@ Defaults to an empty array. 'logdateformat' => 'F d, Y H:i:s', -This uses PHP.date formatting; see https://php.net/manual/en/function.date.php +This uses PHP.date formatting; see http://php.net/manual/en/function.date.php Defaults to ISO 8601 ``2005-08-15T15:52:01+00:00`` - see \DateTime::ATOM (https://secure.php.net/manual/en/class.datetime.php#datetime.constants.atom) @@ -997,7 +997,7 @@ Defaults to ISO 8601 ``2005-08-15T15:52:01+00:00`` - see \DateTime::ATOM 'logtimezone' => 'Europe/Berlin', The timezone for logfiles. You may change this; see -https://php.net/manual/en/timezones.php +http://php.net/manual/en/timezones.php Defaults to ``UTC``