[fix] removing unused deduplicate in ssl

This commit is contained in:
Benjamin Sonntag 2018-06-23 16:31:11 +02:00
parent ac841451bc
commit 152551a8bb
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class m_ssl {
* used by providers to get the certs they should generate * used by providers to get the certs they should generate
* also used by update_domaines to choose which cert to use for a specific fqdn * also used by update_domaines to choose which cert to use for a specific fqdn
*/ */
function get_fqdn_specials($deduplicate=true) { function get_fqdn_specials() {
global $L_FQDN; global $L_FQDN;
$specials=array($L_FQDN); $specials=array($L_FQDN);
$variables=array("fqdn_dovecot","fqdn_postfix","fqdn_proftpd","fqdn_mailman"); $variables=array("fqdn_dovecot","fqdn_postfix","fqdn_proftpd","fqdn_mailman");