From c409d8a6bacd35338d9daa73b91ff5a57e44fcb1 Mon Sep 17 00:00:00 2001 From: "Michael Kaufmann (d00p)" Date: Thu, 3 Nov 2016 14:14:33 +0100 Subject: [PATCH] re-enable removing of orphaned entries, fixes #1666 Signed-off-by: Michael Kaufmann (d00p) --- ssl_certificates.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/ssl_certificates.php b/ssl_certificates.php index 0d4f9c03..5a8547d7 100644 --- a/ssl_certificates.php +++ b/ssl_certificates.php @@ -95,12 +95,9 @@ if (count($all_certs) == 0) { if (empty($cert['domain']) || empty($cert['ssl_cert_file'])) { // no domain found to the entry or empty entry - safely delete it from the DB - /* Database::pexecute($del_stmt, array( 'id' => $cert['id'] )); - */ - echo "no domain found to the entry or empty entry - safely delete it from the DB"; continue; }