We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad887a commit 2adaa6bCopy full SHA for 2adaa6b
server/plugins-available/bind_plugin.inc.php
@@ -417,12 +417,6 @@ function soa_delete($event_name, $data) {
417
if(is_file($zone_file_name.'.err')) unlink($zone_file_name.'.err');
418
$app->log("Deleting BIND domain file: ".$zone_file_name, LOGLEVEL_DEBUG);
419
420
- //* DNSSEC-Implementation
421
- if($data['old']['dnssec_initialized'] == 'Y' && file_exists('/usr/local/ispconfig/server/scripts/dnssec-delete.sh')) {
422
- //delete keys
423
- $app->system->exec_safe('/usr/local/ispconfig/server/scripts/dnssec-delete.sh ?', $data['old']['origin']);
424
- }
425
-
426
//* Reload bind nameserver
427
$app->services->restartServiceDelayed('bind', 'reload');
428
0 commit comments