diff --git a/apache/apache-lib.pl b/apache/apache-lib.pl index e03962574..dc5b255af 100755 --- a/apache/apache-lib.pl +++ b/apache/apache-lib.pl @@ -1167,7 +1167,7 @@ print "
\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'}) {