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

12 lines
234 B
Perl
Executable File

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