mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix to get safely using wrapper sub 2/2
This commit is contained in:
@ -40,7 +40,7 @@ if (!$in{'file'}) {
|
||||
if (!-r $config{'login_config'}) {
|
||||
print "<p>",&text('options_elogin',
|
||||
"<tt>$config{'login_config'}</tt>",
|
||||
"$gconfig{'webprefix'}/config.cgi?$module_name"),"<p>\n";
|
||||
"@{[&get_webprefix()]}/config.cgi?$module_name"),"<p>\n";
|
||||
&ui_print_footer("", $text{'index_return'});
|
||||
exit;
|
||||
}
|
||||
|
Reference in New Issue
Block a user