Updated sending logs

This commit is contained in:
Daniel Maya 2020-02-20 11:11:44 +01:00
parent 70ee4f4e9b
commit 5e21916049
1 changed files with 3 additions and 0 deletions

View File

@ -214,6 +214,9 @@ sub pandora_get_sharedconfig ($$) {
$pa_config->{"mta_encryption"} = 'none';
}
}
# Server identifier
$pa_config->{'server_unique_identifier'} = pandora_get_tconfig_token ($dbh, 'server_unique_identifier', '');
}
##########################################################################