mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix webprefix in form
This commit is contained in:
@@ -34,7 +34,8 @@ if ($s->{'autouser'}) {
|
||||
|
||||
print &text('login_desc', "<tt>$s->{'host'}</tt>"),"<p>\n";
|
||||
|
||||
print &ui_form_start("/$module_name/login.cgi", "post");
|
||||
print &ui_form_start(
|
||||
"$gconfig{'webprefix'}/$module_name/login.cgi", "post");
|
||||
print &ui_hidden("id", $id);
|
||||
|
||||
print &ui_table_start($text{'login_header'}, undef, 2);
|
||||
|
||||
Reference in New Issue
Block a user