Fix URL bug

This commit is contained in:
Ilia
2022-04-18 00:35:35 +03:00
parent 59989c888c
commit 6b08bdc8fb

View File

@ -41,7 +41,7 @@ else {
# Show as table of users
my @grid;
for($i=0; $i<@ulist; $i++) {
push(@grid, &ui_link("edit_passwd.cgiuser=$ulist[$i]->{'user'}",
push(@grid, &ui_link("edit_passwd.cgi?user=$ulist[$i]->{'user'}",
&html_escape($ulist[$i]->{'user'})));
}
print &ui_grid_table(\@grid, 4, 100, undef, undef,