You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Memcache or Memcached extension (required if the memcache backend is used)'
342
+
'Memcache or Memcached extension (required if the memcache backend is used)',
343
343
),
344
344
'required' => Translate::noop('Memcache or Memcached extension'),
345
-
]
346
-
]
345
+
],
346
+
],
347
347
];
348
348
349
349
foreach ($libsas$lib) {
@@ -413,7 +413,7 @@ protected function getWarnings(): array
413
413
'<strong>You are not using HTTPS</strong> to protect communications with your users. HTTP works fine ' .
414
414
'for testing purposes, but in a production environment you should use HTTPS. <a ' .
415
415
'href="https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance">Read more about the ' .
416
-
'maintenance of SimpleSAMLphp</a>.'
416
+
'maintenance of SimpleSAMLphp</a>.',
417
417
);
418
418
}
419
419
@@ -424,7 +424,7 @@ protected function getWarnings(): array
424
424
'<strong>The configuration uses the default secret salt</strong>. Make sure to modify the <code>' .
425
425
'secretsalt</code> option in the SimpleSAMLphp configuration in production environments. <a ' .
426
426
'href="https://simplesamlphp.org/docs/stable/simplesamlphp-install">Read more about the ' .
427
-
'maintenance of SimpleSAMLphp</a>.'
427
+
'maintenance of SimpleSAMLphp</a>.',
428
428
);
429
429
} elseif (str_contains($secretSalt, '%')) {
430
430
$warnings[] = Translate::noop(
@@ -440,7 +440,7 @@ protected function getWarnings(): array
440
440
if (($checkforupdates === true) && $this->config->getVersion() !== 'dev-master') {
441
441
if (!function_exists('curl_init')) {
442
442
$warnings[] = Translate::noop(
443
-
'The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates.'
443
+
'The cURL PHP extension is missing. Cannot check for SimpleSAMLphp updates.',
0 commit comments