aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/setupchecks.js
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-11-14 20:35:54 +0100
committerGitHub <noreply@github.com>2022-11-14 20:35:54 +0100
commit73c5591f68d0a7453ad0450dd2ec0bf3143125f1 (patch)
tree597fa262114a684562d431c297f514af5d9af14b /core/js/setupchecks.js
parent6d8774a2320102e1f44324936d99a585b57401db (diff)
parent75a1721d7d05d1767a3501eb7935fd3772dcb655 (diff)
downloadnextcloud-server-73c5591f68d0a7453ad0450dd2ec0bf3143125f1.tar.gz
nextcloud-server-73c5591f68d0a7453ad0450dd2ec0bf3143125f1.zip
Merge pull request #35024 from nextcloud/deprecate/php74
Deprecate PHP7.4
Diffstat (limited to 'core/js/setupchecks.js')
-rw-r--r--core/js/setupchecks.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/js/setupchecks.js b/core/js/setupchecks.js
index 338d818eeee..67f8d70bd31 100644
--- a/core/js/setupchecks.js
+++ b/core/js/setupchecks.js
@@ -303,12 +303,6 @@
type: OC.SetupChecks.MESSAGE_TYPE_INFO
})
}
- if (data.phpSupported && data.phpSupported.version.substr(0, 3) === '7.3') {
- messages.push({
- msg: t('core', 'Nextcloud 23 is the last release supporting PHP 7.3. Nextcloud 24 requires at least PHP 7.4.'),
- type: OC.SetupChecks.MESSAGE_TYPE_INFO
- })
- }
if(!data.forwardedForHeadersWorking) {
messages.push({
msg: t('core', 'The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the {linkstart}documentation ↗{linkend}.')