Merge branch 'master' of github.com:webmin/webmin

This commit is contained in:
Jamie Cameron
2020-04-05 17:20:06 -07:00

View File

@@ -1167,7 +1167,7 @@ print "<p>\n";
sub restart_button
{
local $rv;
$args = "redir=".&urlize($gconfig{'webprefix'} . &this_url());
$args = "redir=".&urlize(&this_url());
local @rv;
if (&is_apache_running()) {
if ($access{'apply'}) {