Skip to content

Commit

Permalink
re-enable removing of orphaned entries, fixes #1666
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann (d00p) <[email protected]>
  • Loading branch information
d00p committed Nov 3, 2016
1 parent 4274b8a commit c409d8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ssl_certificates.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,9 @@

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;
}

Expand Down

0 comments on commit c409d8a

Please sign in to comment.