Files
webmin/bind8/open.cgi
2007-04-12 20:24:50 +00:00

11 lines
220 B
Perl
Executable File

#!/usr/local/bin/perl
# Add some zone to the open list
require './bind8-lib.pl';
&ReadParse();
@heiropen = &get_heiropen();
push(@heiropen, $in{'what'});
&save_heiropen(\@heiropen);
&redirect("index.cgi#$in{'what'}");