mirror of
https://github.com/webmin/webmin.git
synced 2026-05-29 17:30:28 +01:00
9 lines
139 B
Perl
Executable File
9 lines
139 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# closeall.cgi
|
|
# Empty the open list
|
|
|
|
require './software-lib.pl';
|
|
&save_heiropen([ ]);
|
|
&redirect("ipkg-tree.cgi");
|
|
|