mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
strict/warn
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#!/usr/local/bin/perl
|
||||
# Add some zone to the open list
|
||||
use strict;
|
||||
use warnings;
|
||||
our (%in);
|
||||
|
||||
require './bind8-lib.pl';
|
||||
&ReadParse();
|
||||
@heiropen = &get_heiropen();
|
||||
my @heiropen = &get_heiropen();
|
||||
push(@heiropen, $in{'what'});
|
||||
&save_heiropen(\@heiropen);
|
||||
&redirect("index.cgi#$in{'what'}");
|
||||
|
||||
Reference in New Issue
Block a user