migrated DomainSSL-class to new PDO database class, refs #1287

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-11-25 09:18:11 +01:00
parent ae4bc4471e
commit 7a3d696c6a
4 changed files with 10 additions and 15 deletions

View File

@@ -646,7 +646,7 @@ class apache
$domain['ssl_cert_chainfile'] = $ipandport['ssl_cert_chainfile'];
// SSL STUFF
$dssl = new DomainSSL($this->settings, $this->db);
$dssl = new DomainSSL($this->settings);
// this sets the ssl-related array-indices in the $domain array
// if the domain has customer-defined ssl-certificates
$dssl->setDomainSSLFilesArray($domain);