mirror of
https://github.com/webmin/webmin.git
synced 2026-02-06 15:32:20 +00:00
9 lines
134 B
Perl
Executable File
9 lines
134 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# closeall.cgi
|
|
# Empty the open list
|
|
|
|
require './software-lib.pl';
|
|
&save_heiropen([ ]);
|
|
&redirect("tree.cgi");
|
|
|