mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Add CGI args parser
This commit is contained in:
@@ -31,7 +31,7 @@ print &ui_hidden("idx", $in{'idx'});
|
||||
print &ui_hidden("midx", $in{'midx'});
|
||||
print &ui_hidden("_module", $in{'module'});
|
||||
print &ui_hidden("_type", $in{'type'});
|
||||
print &ui_table_start($text{'mod_header'}, undef, 2);
|
||||
print &ui_table_start($text{'mod_header'}, "width=100%", 2);
|
||||
|
||||
# PAM service name
|
||||
$t = $text{'desc_'.$pam->{'name'}};
|
||||
|
||||
Reference in New Issue
Block a user