aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/Controller/CheckSetupController.php
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2020-12-22 09:53:31 +0100
committerGitHub <noreply@github.com>2020-12-22 09:53:31 +0100
commitadc4f1a8113f33c206a15545b4e4911f4d73234f (patch)
tree279a51651e04f4216565825597871199f32b42a6 /apps/settings/lib/Controller/CheckSetupController.php
parent72fda1033379af8dc8e40c4b89b333ac73c080f0 (diff)
parent68ce17e59bf8bc09757f9b56fdad458679d6e988 (diff)
downloadnextcloud-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/lib/Controller/CheckSetupController.php')
-rw-r--r--apps/settings/lib/Controller/CheckSetupController.php2
1 files changed, 1 insertions, 1 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
*/