Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
efb7dc28
Commit
efb7dc28
authored
Sep 25, 2010
by
tbrehm
Browse files
Fixed bug in dns_module.inc.php
parent
0f8d1ca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/mods-available/dns_module.inc.php
View file @
efb7dc28
...
...
@@ -166,7 +166,7 @@ class dns_module {
*/
file_put_contents
(
'/etc/powerdns/pdns.d/pdns.ispconfig-axfr'
,
$options
.
"
\n
"
);
daemon
=
''
;
$
daemon
=
''
;
if
(
is_file
(
$conf
[
'init_scripts'
]
.
'/'
.
'powerdns'
))
{
$daemon
=
'powerdns'
;
}
else
{
...
...
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