Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Webslice
ISPConfig 3
Commits
a471ca23
Commit
a471ca23
authored
Aug 29, 2019
by
Till Brehm
Browse files
#5373 No file when dns zone delete.
parent
7bf3c540
Changes
1
Show whitespace changes
Inline
Side-by-side
server/plugins-available/bind_plugin.inc.php
View file @
a471ca23
...
...
@@ -391,7 +391,7 @@ class bind_plugin {
$app
->
log
(
"Deleting BIND domain file: "
.
$zone_file_name
,
LOGLEVEL_DEBUG
);
//* DNSSEC-Implementation
if
(
$data
[
'old'
][
'dnssec_initialized'
]
==
'Y'
)
{
if
(
$data
[
'old'
][
'dnssec_initialized'
]
==
'Y'
&&
file_exists
(
'/usr/local/ispconfig/server/scripts/dnssec-delete.sh'
)
)
{
//delete keys
$app
->
system
->
exec_safe
(
'/usr/local/ispconfig/server/scripts/dnssec-delete.sh ?'
,
$data
[
'old'
][
'origin'
]);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment