mirror of
https://github.com/webmin/webmin.git
synced 2026-02-15 11:12:39 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
require './bind8-lib.pl';
|
||||
&ReadParse();
|
||||
|
||||
$in{'view'} = 'any' if (!defined($in{'view'}));
|
||||
$in{'view'} = 'any' if ($in{'view'} eq '');
|
||||
$zone = &get_zone_name_or_error($in{'zone'}, $in{'view'});
|
||||
$z = &zone_to_config($zone);
|
||||
$zconf = $z->{'members'};
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
require './bind8-lib.pl';
|
||||
&ReadParse();
|
||||
|
||||
$in{'view'} = 'any' if (!defined($in{'view'}));
|
||||
$in{'view'} = 'any' if ($in{'view'} eq '');
|
||||
$zone = &get_zone_name_or_error($in{'zone'}, $in{'view'});
|
||||
$z = &zone_to_config($zone);
|
||||
$zconf = $z->{'members'};
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
require './bind8-lib.pl';
|
||||
&ReadParse();
|
||||
$in{'view'} = 'any' if (!defined($in{'view'}));
|
||||
$in{'view'} = 'any' if ($in{'view'} eq '');
|
||||
$zone = &get_zone_name_or_error($in{'zone'}, $in{'view'});
|
||||
$dom = $zone->{'name'};
|
||||
&can_edit_zone($zone) || &error($text{'master_ecannot'});
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
require './bind8-lib.pl';
|
||||
&ReadParse();
|
||||
|
||||
$in{'view'} = 'any' if (!defined($in{'view'}));
|
||||
$in{'view'} = 'any' if ($in{'view'} eq '');
|
||||
$zone = &get_zone_name_or_error($in{'zone'}, $in{'view'});
|
||||
$dom = $zone->{'name'};
|
||||
&can_edit_zone($zone) || &error($text{'master_ecannot'});
|
||||
|
||||
Reference in New Issue
Block a user