diff options
Diffstat (limited to 'apps/settings/lib')
-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 6d237e04c1c..4862954a23b 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -277,7 +277,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 */ |