fix powerdns-config template

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-05-19 09:28:46 +02:00
parent 076b6143ce
commit 96ff346e54
2 changed files with 11 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ class pdns extends DnsBase
private function _connectToPdnsDb()
{
// get froxlor pdns config
$cf = Settings::Get('system.bindconf_directory').'/pdns_froxlor.conf';
$cf = Settings::Get('system.bindconf_directory').'/froxlor/pdns_froxlor.conf';
$config = makeCorrectFile($cf);
if (!file_exists($config))