add explicit warning about sub-zones on usage of zonefiles

This commit is contained in:
Daniel Reichelt
2016-04-10 02:56:27 +02:00
committed by Daniel Reichelt
parent 576c94f83c
commit 2a05b89cc8
4 changed files with 4 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ return array(
),
'zonefile' => array(
'label' => 'Zonefile',
'desc' => $lng['panel']['emptyfordefault'],
'desc' => $lng['admin']['bindzonewarning'],
'type' => 'text'
)
)

View File

@@ -232,7 +232,7 @@ return array(
),
'zonefile' => array(
'label' => 'Zonefile',
'desc' => $lng['panel']['emptyfordefault'],
'desc' => $lng['admin']['bindzonewarning'],
'type' => 'text',
'value' => $result['zonefile']
)