aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/nl/install.php
diff options
context:
space:
mode:
authorGravatar hesch <hesch@users.noreply.github.com> 2021-02-11 17:38:39 +0100
committerGravatar GitHub <noreply@github.com> 2021-02-11 17:38:39 +0100
commit13b03b232ba9a5b3c30784adc3a8bf8f03b90f63 (patch)
tree118f918203c3e0eae98a8e7b6bc1ffad13b880c5 /app/i18n/nl/install.php
parent54f04e1233b59f1b62c8a79060b59c786a142792 (diff)
refactor: remove referer checks, as they are no longer needed (replaced by csrf tokens) (#3432)
Diffstat (limited to 'app/i18n/nl/install.php')
-rw-r--r--app/i18n/nl/install.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php
index dcab37fdd..101267e2c 100644
--- a/app/i18n/nl/install.php
+++ b/app/i18n/nl/install.php
@@ -60,10 +60,6 @@ return array(
'nok' => 'U mist PHP fileinfo (fileinfo package).',
'ok' => 'U hebt de fileinfo uitbreiding.',
),
- 'http_referer' => array(
- 'nok' => 'Controleer a.u.b. dat u niet uw HTTP REFERER wijzigd.',
- 'ok' => 'Uw HTTP REFERER is bekend en komt overeen met uw server.',
- ),
'json' => array(
'nok' => 'U mist een benodigede bibliotheek om JSON te gebruiken.',
'ok' => 'U hebt de benodigde bibliotheek om JSON te gebruiken.',