mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
fix also for ipkg-tree, more categories
This commit is contained in:
@@ -7,5 +7,5 @@ require './software-lib.pl';
|
||||
@heiropen = &get_heiropen();
|
||||
@heiropen = grep { $_ ne $in{'what'} } @heiropen;
|
||||
&save_heiropen(\@heiropen);
|
||||
&redirect("ipkg-tree.cgi#$in{'what'}");
|
||||
&redirect("ipkg-tree.cgi#".&urlize($in{'what'}));
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/local/bin/perl
|
||||
#!//usr/local/bin/perl
|
||||
# open.cgi
|
||||
# Add some class to the open list
|
||||
|
||||
@@ -7,5 +7,5 @@ require './software-lib.pl';
|
||||
@heiropen = &get_heiropen();
|
||||
push(@heiropen, $in{'what'});
|
||||
&save_heiropen(\@heiropen);
|
||||
&redirect("ipkg-tree.cgi#$in{'what'}");
|
||||
&redirect("ipkg-tree.cgi#".&urlize($in{'what'}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user