Ralf's fix for Saml for PHP 7.2

This commit is contained in:
nathangray 2020-06-23 10:21:07 -06:00
parent 08b039c4fb
commit f0e074093c

View File

@ -619,7 +619,8 @@ if (isset(\$_SERVER['HTTP_X_FORWARDED_PROTO']) && \$_SERVER['HTTP_X_FORWARDED_PR
}
\$config = [
EOF,
EOF
,
"'baseurlpath' => 'simplesaml/'," => "'baseurlpath' => '".Api\Framework::getUrl(Api\Egw::link('/saml/'))."',",
"'timezone' => null," => "'timezone' => 'Europe/Berlin',", // ToDo: use default prefs
"'secretsalt' => 'defaultsecretsalt'," => "'secretsalt' => '".Api\Auth::randomstring(32)."',",