File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ $d = &get_domain($in{'dom'});
9
9
$d || &error($text {' edit_egone' });
10
10
&can_edit_domain($d ) || &error($text {' edit_ecannot' });
11
11
&can_manual_dns() || &error($text {' mrecords_ecannot' });
12
+ ©_alias_records($d ) && &error($text {' records_ecannot2' });
12
13
13
14
# Get the zone and records
14
15
($recs , $file ) = &get_domain_dns_records_and_file($d );
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require './virtual-server-lib.pl';
8
8
$d = &get_domain($in {' dom' });
9
9
$d || &error($text {' edit_egone' });
10
10
&can_edit_domain($d ) || &error($text {' edit_ecannot' });
11
+ ©_alias_records($d ) && &error($text {' records_ecannot2' });
11
12
&can_manual_dns() || &error($text {' mrecords_ecannot' });
12
13
$in {' data' } =~ s /\r // g ;
13
14
$in {' data' } =~ / \S / || &error($text {' mrecords_enone' });
You can’t perform that action at this time.
0 commit comments