Files
webmin/disk-usage/open.cgi
2011-01-14 11:14:54 -08:00

11 lines
230 B
Perl
Executable File

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