diff options
Diffstat (limited to 'apps/settings/lib/Controller/CheckSetupController.php')
-rw-r--r-- | apps/settings/lib/Controller/CheckSetupController.php | 2 |
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 */ |