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:
committed by
DerLinkman
parent
1cda16523d
commit
216398355b
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user