mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
10 lines
185 B
Perl
Executable File
10 lines
185 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# closeall.cgi
|
|
# Empty the open list
|
|
|
|
require './cluster-software-lib.pl';
|
|
&ReadParse();
|
|
&save_heiropen([ ], $in{'id'});
|
|
&redirect("edit_host.cgi?id=$in{'id'}");
|
|
|