Handle hostnames with upper-case letters
[webmin.git] / software / open.cgi
1 #!/usr/local/bin/perl
2 # open.cgi
3 # Add some class to the open list
4
5 require './software-lib.pl';
6 &ReadParse();
7 @heiropen = &get_heiropen();
8 push(@heiropen, $in{'what'});
9 &save_heiropen(\@heiropen);
10 &redirect("tree.cgi#$in{'what'}");
11