diff options
author | J0WI <J0WI@users.noreply.github.com> | 2020-09-17 17:23:07 +0200 |
---|---|---|
committer | J0WI <J0WI@users.noreply.github.com> | 2020-09-17 17:40:04 +0200 |
commit | 68ce17e59bf8bc09757f9b56fdad458679d6e988 (patch) | |
tree | 324ade0863f0680002324ccddcd8f4ae5e06f97c /config | |
parent | ec07ca2abbc88f395b8eeedc4b2e5b679018a673 (diff) | |
download | nextcloud-server-68ce17e59bf8bc09757f9b56fdad458679d6e988.tar.gz nextcloud-server-68ce17e59bf8bc09757f9b56fdad458679d6e988.zip |
Unify links to php.net
Update all links to https://www.php.net/
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 61d7130660d..b79388a3dc8 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -843,16 +843,16 @@ $CONFIG = [ ], /** - * This uses PHP.date formatting; see http://php.net/manual/en/function.date.php + * This uses PHP.date formatting; see https://www.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) + * (https://www.php.net/manual/en/class.datetime.php#datetime.constants.atom) */ 'logdateformat' => 'F d, Y H:i:s', /** * The timezone for logfiles. You may change this; see - * http://php.net/manual/en/timezones.php + * https://www.php.net/manual/en/timezones.php * * Defaults to ``UTC`` */ @@ -1224,8 +1224,8 @@ $CONFIG = [ */ 'memcached_servers' => [ // hostname, port and optional weight. Also see: - // http://www.php.net/manual/en/memcached.addservers.php - // http://www.php.net/manual/en/memcached.addserver.php + // https://www.php.net/manual/en/memcached.addservers.php + // https://www.php.net/manual/en/memcached.addserver.php ['localhost', 11211], //array('other.host.local', 11211), ], |