1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

fix functions.inc.php, update sogo and dovecot nightly image

This commit is contained in:
FreddleSpl0it
2024-02-05 15:22:02 +01:00
committed by DerLinkman
parent 1cda16523d
commit 216398355b
2 changed files with 2 additions and 4 deletions

View File

@@ -2086,8 +2086,6 @@ function uuid4() {
return vsprintf('%s%s-%s-%s-%s-%s%s%s', str_split(bin2hex($data), 4));
}
function identity_provider($_action, $_data = null) {
function identity_provider($_action, $_data = null, $hide_secret = false) {
function identity_provider($_action, $_data = null, $_extra = null) {
global $pdo;