Skip to content

Commit 3a3e2fc

Browse files
author
A. Täffner
committed
absolute path -> relative path
1 parent 1ec7cda commit 3a3e2fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/plugins-available/bind_plugin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ function soa_update($event_name, $data) {
274274
if(is_file($filename.'.err')) unlink($filename.'.err');
275275
$out=array();
276276
exec('named-checkzone '.escapeshellarg($zone['origin']).' '.escapeshellarg($filename).' 2>&1', $out, $return_status);
277+
277278
$statustext='';
278279
foreach ($out as $line) $statustext .= $line."\n";
279280
if($return_status === 0) {

0 commit comments

Comments
 (0)