From 971467c91b47b5dc126766900511ba16ccb4a57b Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Sun, 5 Apr 2020 15:58:47 +0300 Subject: [PATCH] Prefix is already set on redirect --- apache/apache-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'}) {