diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-12-22 09:53:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 09:53:31 +0100 |
commit | adc4f1a8113f33c206a15545b4e4911f4d73234f (patch) | |
tree | 279a51651e04f4216565825597871199f32b42a6 /apps/settings | |
parent | 72fda1033379af8dc8e40c4b89b333ac73c080f0 (diff) | |
parent | 68ce17e59bf8bc09757f9b56fdad458679d6e988 (diff) | |
download | nextcloud-server-adc4f1a8113f33c206a15545b4e4911f4d73234f.tar.gz nextcloud-server-adc4f1a8113f33c206a15545b4e4911f4d73234f.zip |
Merge pull request #22916 from J0WI/unifiy-links-to-php.net
Unify links to php.net
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/lib/Controller/CheckSetupController.php | 2 | ||||
-rw-r--r-- | apps/settings/templates/settings/admin/server.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index 9f016434453..7c72f7b3b45 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -285,7 +285,7 @@ class CheckSetupController extends Controller { /** * Whether the php version is still supported (at time of release) - * according to: https://secure.php.net/supported-versions.php + * according to: https://www.php.net/supported-versions.php * * @return array */ diff --git a/apps/settings/templates/settings/admin/server.php b/apps/settings/templates/settings/admin/server.php index 635e1477fe3..075c57396d1 100644 --- a/apps/settings/templates/settings/admin/server.php +++ b/apps/settings/templates/settings/admin/server.php @@ -103,7 +103,7 @@ } else { print_unescaped(str_replace( ['{linkstart}', '{linkend}'], - ['<a href="http://php.net/manual/en/book.posix.php">', ' ↗</a>'], + ['<a href="https://www.php.net/manual/en/book.posix.php">', ' ↗</a>'], $l->t('To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details.') )); } ?></em> |