mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Add missed variable
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Save global forwarding options
|
||||
use strict;
|
||||
use warnings;
|
||||
our (%access, %text, %config);
|
||||
our (%access, %text, %config, %in);
|
||||
|
||||
require './bind8-lib.pl';
|
||||
$access{'defaults'} || &error($text{'forwarding_ecannot'});
|
||||
|
||||
Reference in New Issue
Block a user