mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Switch all zone links from indexes to zone names https://sourceforge.net/tracker/?func=detail&atid=117457&aid=3579856&group_id=17457
This commit is contained in:
@@ -4,14 +4,9 @@
|
||||
|
||||
require './bind8-lib.pl';
|
||||
&ReadParse();
|
||||
$conf = &get_config();
|
||||
if ($in{'view'} ne '') {
|
||||
$conf = $conf->[$in{'view'}]->{'members'};
|
||||
}
|
||||
$zconf = $conf->[$in{'index'}];
|
||||
&error_setup($text{'convert_err'});
|
||||
$access{'master'} || &error($text{'mcreate_ecannot'});
|
||||
|
||||
$access{'master'} || &error($text{'mcreate_ecannot'});
|
||||
$file = &find("file", $zconf->{'members'});
|
||||
if (!$file) {
|
||||
&error($text{'convert_efile'});
|
||||
|
||||
Reference in New Issue
Block a user